summaryrefslogtreecommitdiffstats
path: root/src/if_ole.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_ole.cpp')
-rw-r--r--src/if_ole.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/if_ole.cpp b/src/if_ole.cpp
index 44a35682a7..ca82182136 100644
--- a/src/if_ole.cpp
+++ b/src/if_ole.cpp
@@ -85,6 +85,14 @@ static CVim *app = 0;
#define MAX_CLSID_LEN 100
+/*
+ * Modern way of creating registry entries, also works on 64 bit windows when
+ * compiled as a 32 bit program.
+ */
+# ifndef KEY_WOW64_64KEY
+# define KEY_WOW64_64KEY 0x0100
+# endif
+
/*****************************************************************************
2. The application object
*****************************************************************************/