]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
wxBORDER_THEME now means 'use an appropriate themed border' on all plaforms
[wxWidgets.git] / include / wx / msw / missing.h
index f75c2d2b667bdeabc9ad9f167939f7211e49b141..6c9c3bb52f136b3a4d12e02771921dc62c73cbf0 100644 (file)
@@ -452,6 +452,20 @@ typedef struct _OSVERSIONINFOEX {
   */
 
 #if defined (__MINGW32__)
+
+#if !wxCHECK_W32API_VERSION(3,1)
+
+#include <windows.h>
+#include "wx/msw/winundef.h"
+
+typedef struct
+{
+    RECT       rgrc[3];
+    WINDOWPOS *lppos;
+} NCCALCSIZE_PARAMS, *LPNCCALCSIZE_PARAMS;
+
+#endif
+
 #endif
 
  /*