summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/hermes/src.H_Types.h.p
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/recipes/patches/hermes/src.H_Types.h.p')
-rw-r--r--sdk/recipes/patches/hermes/src.H_Types.h.p11
1 files changed, 11 insertions, 0 deletions
diff --git a/sdk/recipes/patches/hermes/src.H_Types.h.p b/sdk/recipes/patches/hermes/src.H_Types.h.p
new file mode 100644
index 0000000..d7c9b9c
--- /dev/null
+++ b/sdk/recipes/patches/hermes/src.H_Types.h.p
@@ -0,0 +1,11 @@
+--- src/H_Types.h.orig 2012-11-07 23:03:02.000000000 +0100
++++ src/H_Types.h 2012-11-07 23:05:47.000000000 +0100
+@@ -16,7 +16,7 @@
+
+ typedef int HermesHandle;
+
+-#if (_MSC_VER>=1000) || defined(__VISUALC__)
++#if (defined(_MSC_VER) && (_MSC_VER>=1000)) || defined(__VISUALC__)
+
+ typedef unsigned __int32 int32;
+ typedef unsigned __int16 short16;