From: Vadim Zeitlin Date: Sun, 4 Apr 2004 13:01:00 +0000 (+0000) Subject: do #undef CreateDialog() under CE, what was the reason for not doing it? X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fb86251bff16c1cadbcffa175d37f8972a0f3c7b do #undef CreateDialog() under CE, what was the reason for not doing it? git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/winundef.h b/include/wx/msw/winundef.h index 01dad4ad0d..ece9c4c92a 100644 --- a/include/wx/msw/winundef.h +++ b/include/wx/msw/winundef.h @@ -27,8 +27,7 @@ // CreateDialog -#if !defined(__WXWINCE__) && defined(CreateDialog) -// #if defined(CreateDialog) +#if defined(CreateDialog) #undef CreateDialog inline HWND CreateDialog(HINSTANCE hInstance,