1
0
Fork 0
forked from len0rd/rockbox

thanks Hardeep: fix for the Win32 simulator

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4290 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2004-01-31 20:35:14 +00:00
parent b8020cac2e
commit f05941964b

View file

@ -17,6 +17,9 @@
* *
****************************************************************************/ ****************************************************************************/
#define BOOL win32_BOOL /* Avoid conflicts with BOOL/INT defined as */
#define INT win32_INT /* enum values in settings.h */
#include <windows.h> #include <windows.h>
#include "plugin.h" #include "plugin.h"
#include "file.h" #include "file.h"