mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
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:
parent
e7dacb5655
commit
a9b2738a36
2 changed files with 8 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue