]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/registry.cpp
attempt to fix compilation for old imagehlp.h header
[wxWidgets.git] / src / msw / registry.cpp
index caf1a31d159ea92dc05adb530a2e5b137fde79e1..9462ef29f0ed6452b45dd8ce2b467c5671d66009 100644 (file)
@@ -36,7 +36,7 @@
 #define   WIN32_LEAN_AND_MEAN
 */
 
-#include  <windows.h>
+#include  "wx/msw/wrapwin.h"
 
 #ifdef __WXWINCE__
 #include "wx/msw/private.h"
@@ -94,7 +94,7 @@ aStdKeys[] =
 
 // useful for Windows programmers: makes somewhat more clear all these zeroes
 // being passed to Windows APIs
-#define   RESERVED        (NULL)
+#define   RESERVED        (0)
 
 // ----------------------------------------------------------------------------
 // macros