win32simulator fix, __attribute__ defined for win32

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1516 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Felix Arends 2002-08-02 09:42:48 +00:00
parent 8fa021785b
commit 4f26c288ca

View file

@ -19,4 +19,5 @@
typedef unsigned int bool;
#define true 1
#define false 0
#define false 0
#define __attribute__(s)