Solved problems with handling of LOST events on Unix platforms (reported
[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__)