diff options
| author | Felix Arends <edx@rockbox.org> | 2002-08-02 09:42:48 +0000 |
|---|---|---|
| committer | Felix Arends <edx@rockbox.org> | 2002-08-02 09:42:48 +0000 |
| commit | 4f26c288ca839776c24afbe3d323b753f0c394c8 (patch) | |
| tree | 4c5e4b1d4a8edfb6f7d55009956e12907eb8e5cf | |
| parent | 8fa021785bec00a73aab48ec1b07873f8a47f3f4 (diff) | |
| download | rockbox-4f26c288ca839776c24afbe3d323b753f0c394c8.zip rockbox-4f26c288ca839776c24afbe3d323b753f0c394c8.tar.gz rockbox-4f26c288ca839776c24afbe3d323b753f0c394c8.tar.bz2 rockbox-4f26c288ca839776c24afbe3d323b753f0c394c8.tar.xz | |
win32simulator fix, __attribute__ defined for win32
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1516 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | uisimulator/win32/stdbool.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/uisimulator/win32/stdbool.h b/uisimulator/win32/stdbool.h index f081b4e..769d7ac 100644 --- a/uisimulator/win32/stdbool.h +++ b/uisimulator/win32/stdbool.h @@ -19,4 +19,5 @@ typedef unsigned int bool; #define true 1 -#define false 0
\ No newline at end of file +#define false 0 +#define __attribute__(s)
\ No newline at end of file |