summaryrefslogtreecommitdiff
path: root/uisimulator/win32/stdbool.h
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/win32/stdbool.h')
-rw-r--r--uisimulator/win32/stdbool.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/uisimulator/win32/stdbool.h b/uisimulator/win32/stdbool.h
index f081b4e4d0..769d7ac709 100644
--- a/uisimulator/win32/stdbool.h
+++ b/uisimulator/win32/stdbool.h
@@ -19,4 +19,5 @@
19 19
20typedef unsigned int bool; 20typedef unsigned int bool;
21#define true 1 21#define true 1
22#define false 0 \ No newline at end of file 22#define false 0
23#define __attribute__(s) \ No newline at end of file