diff options
| author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-01-31 20:35:14 +0000 |
|---|---|---|
| committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-01-31 20:35:14 +0000 |
| commit | f05941964b7efdd14d577ae79ac3f3b78f717885 (patch) | |
| tree | 63b68e3ffde460ad16c6995a0618d4fedea2209a | |
| parent | b8020cac2e7463d65185696955b469676c695a28 (diff) | |
| download | rockbox-f05941964b7efdd14d577ae79ac3f3b78f717885.zip rockbox-f05941964b7efdd14d577ae79ac3f3b78f717885.tar.gz rockbox-f05941964b7efdd14d577ae79ac3f3b78f717885.tar.bz2 rockbox-f05941964b7efdd14d577ae79ac3f3b78f717885.tar.xz | |
thanks Hardeep: fix for the Win32 simulator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4290 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | uisimulator/win32/plugin-win32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uisimulator/win32/plugin-win32.h b/uisimulator/win32/plugin-win32.h index 9e17d42..a7aeecb 100644 --- a/uisimulator/win32/plugin-win32.h +++ b/uisimulator/win32/plugin-win32.h @@ -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 "plugin.h" #include "file.h" |