summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/v8/v8.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/v8/v8.pri b/src/v8/v8.pri
index d0c30f4..3a563ff 100644
--- a/src/v8/v8.pri
+++ b/src/v8/v8.pri
@@ -36,6 +36,9 @@ DEFINES += ENABLE_VMSTATE_TRACKING ENABLE_LOGGING_AND_PROFILING
# Set NOMINMAX, so that the minmax macros are not getting set for the msvc
win*:DEFINES += NOMINMAX
+# Windows CE does not set the WIN32 macro, which is needed for compiling
+wince:DEFINES += WIN32
+
CONFIG(debug, debug|release) {
DEFINES += DEBUG V8_ENABLE_CHECKS OBJECT_PRINT ENABLE_DISASSEMBLER
} else {