summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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