]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/curico.cpp
compilation fix for wxUSE_INTL == 0 (patch 646466)
[wxWidgets.git] / src / msw / curico.cpp
index 34b895da03c05cc7a510fd3622f90e16deb38f3b..39c6af6c19e050b61beefb2e9f450d08e79ab491 100644 (file)
 #pragma hdrstop
 #endif
 
+#ifndef __WXWINE__
 #include <io.h>
+#endif
+
+#ifdef __WXWINE__
+#define NPSTR LPVOID
+#endif
+
 #include <windows.h>
 
 #if defined(__MWERKS__)