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
This commit is contained in:
Vadim Zeitlin
2004-04-04 13:01:00 +00:00
parent fe5c9b3eaf
commit fb86251bff

View File

@@ -27,8 +27,7 @@
// CreateDialog
#if !defined(__WXWINCE__) && defined(CreateDialog)
// #if defined(CreateDialog)
#if defined(CreateDialog)
#undef CreateDialog
inline HWND CreateDialog(HINSTANCE hInstance,