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, 3 insertions, 0 deletions
diff --git a/uisimulator/win32/stdbool.h b/uisimulator/win32/stdbool.h
new file mode 100644
index 0000000000..a33fc40633
--- /dev/null
+++ b/uisimulator/win32/stdbool.h
@@ -0,0 +1,3 @@
1typedef unsigned int bool;
2#define true 1
3#define false 0 \ No newline at end of file