]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/winundef.h
wxMouseEvent's coordinates are now relative to client area origin in wxGTK
[wxWidgets.git] / include / wx / msw / winundef.h
index 3e6653c834c10e03e5b65c34c346a5b8fac5f3f5..3c15b7290c6b99dd120cee4d6d48ccafada8a5bb 100644 (file)
 // elsewhere because the functions, unlike the macros, respect the scope.
 // ----------------------------------------------------------------------------
 
+// CreateDialog
+
+#ifdef CreateDialog
+    #undef CreateDialog
+
+    inline HWND CreateDialog(HINSTANCE hInstance,
+                             LPCTSTR pTemplate,
+                             HWND hwndParent,
+                             DLGPROC pDlgProc)
+    {
+        #ifdef _UNICODE
+            return CreateDialogW(hInstance, pTemplate, hwndParent, pDlgProc);
+        #else
+            return CreateDialogA(hInstance, pTemplate, hwndParent, pDlgProc);
+        #endif
+    }
+#endif
+
 // GetCharWidth
 
 #ifdef GetCharWidth
    }
 #endif
 
+
+#ifdef Yield
+    #undef Yield
+#endif
+
 // GetWindowProc
 //ifdef GetWindowProc
 //   #undef GetWindowProc