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:
@@ -27,8 +27,7 @@
|
|||||||
|
|
||||||
// CreateDialog
|
// CreateDialog
|
||||||
|
|
||||||
#if !defined(__WXWINCE__) && defined(CreateDialog)
|
#if defined(CreateDialog)
|
||||||
// #if defined(CreateDialog)
|
|
||||||
#undef CreateDialog
|
#undef CreateDialog
|
||||||
|
|
||||||
inline HWND CreateDialog(HINSTANCE hInstance,
|
inline HWND CreateDialog(HINSTANCE hInstance,
|
||||||
|
Reference in New Issue
Block a user