aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/StormPort.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/StormPort.h b/src/StormPort.h
index 569bd2d..1ce1d18 100644
--- a/src/StormPort.h
+++ b/src/StormPort.h
@@ -27,11 +27,12 @@
#ifndef __STORMPORT_H__
#define __STORMPORT_H__
-#ifndef __cplusplus
- #define bool char
- #define true 1
- #define false 0
-#endif
+// This is probably no longer needed. If someone uses a platform which doesn't support 'bool' natively, let me know.
+//#ifndef __cplusplus
+// #define bool char
+// #define true 1
+// #define false 0
+//#endif
//-----------------------------------------------------------------------------
// Defines for Windows