]> git.saurik.com Git - wxWidgets.git/commitdiff
do #undef CreateDialog() under CE, what was the reason for not doing it?
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Apr 2004 13:01:00 +0000 (13:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Apr 2004 13:01:00 +0000 (13:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/winundef.h

index 01dad4ad0dd078100ddbb103390997c0d6e0bf18..ece9c4c92ab143b88a24bef0a8d393a9f3b24bdf 100644 (file)
@@ -27,8 +27,7 @@
 
 // CreateDialog
 
-#if !defined(__WXWINCE__) && defined(CreateDialog)
-// #if defined(CreateDialog)
+#if defined(CreateDialog)
     #undef CreateDialog
 
     inline HWND CreateDialog(HINSTANCE hInstance,