]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
don't include private headers from wx/unix/evtloop.h
[wxWidgets.git] / include / wx / msw / missing.h
index 56339ee4025cd7816e0dfe2f53f6942fb63e96b9..1bfea598435a949a6f4e4c88734014ebffceeeea 100644 (file)
@@ -303,6 +303,7 @@ typedef struct wxtagNMLVCUSTOMDRAW_ {
 
 #ifdef __DMC__
 
+#ifndef VER_NT_WORKSTATION
 typedef struct _OSVERSIONINFOEX {
     DWORD dwOSVersionInfoSize;
     DWORD dwMajorVersion;
@@ -316,6 +317,7 @@ typedef struct _OSVERSIONINFOEX {
     BYTE  wProductType;
     BYTE  wReserved;
 } OSVERSIONINFOEX;
+#endif // !defined(VER_NT_WORKSTATION)
 
 #ifndef _TrackMouseEvent
     #define _TrackMouseEvent TrackMouseEvent