projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Solved problems with handling of LOST events on Unix platforms (reported
[wxWidgets.git]
/
src
/
msw
/
curico.cpp
diff --git
a/src/msw/curico.cpp
b/src/msw/curico.cpp
index 34b895da03c05cc7a510fd3622f90e16deb38f3b..39c6af6c19e050b61beefb2e9f450d08e79ab491 100644
(file)
--- a/
src/msw/curico.cpp
+++ b/
src/msw/curico.cpp
@@
-16,7
+16,14
@@
#pragma hdrstop
#endif
+#ifndef __WXWINE__
#include <io.h>
+#endif
+
+#ifdef __WXWINE__
+#define NPSTR LPVOID
+#endif
+
#include <windows.h>
#if defined(__MWERKS__)