]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/registry.cpp
forward enable functionality to inner view in scrollview (eg for multiline textviews)
[wxWidgets.git] / src / msw / registry.cpp
index 0825e131fc1247967ac2f67e97b95cfb00478800..eb666c56f842a5aa3cbaff9d6c3818bd03e40921 100644 (file)
@@ -68,6 +68,10 @@ typedef BYTE* RegBinary;
     #define HKEY_DYN_DATA ((HKEY)0x80000006)
 #endif
 
+#ifndef KEY_WOW64_64KEY
+    #define KEY_WOW64_64KEY 0x0100
+#endif
+
 // ----------------------------------------------------------------------------
 // constants
 // ----------------------------------------------------------------------------