Test for libs not OS

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1417 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2008-12-07 00:22:10 +00:00
parent e7dacb5655
commit a9b2738a36
2 changed files with 8 additions and 7 deletions

View File

@ -90,7 +90,7 @@ inline unsigned long timeGetTime()
#undef I_NEED_OS2_H
#undef BOOL
#if !defined(__APPLE__)
#if defined(HAVE_X11) && HAVE_X11
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/keysym.h>