stupid VS2005 compiler and its " i dont understand directories with spaces"

fixed building when the source is located at a place like C:\Documents and settings


also got sick of njoy.h saying the new lines wern't done correctly. so thats fixed too.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@504 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
daco65
2008-09-12 23:55:59 +00:00
parent db23e9a6c0
commit 7a68316c61
2 changed files with 167 additions and 166 deletions

View File

@ -59,9 +59,9 @@
#include <unistd.h>
#include <sys/ioctl.h>
#define SLEEP(x) usleep(x*1000)
#endif
#endif
#ifdef __linux__
#include <linux/input.h>
#include <linux/input.h>
#endif
#ifdef USE_WXWIDGETS