wxUniv compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,14 +28,6 @@
|
||||
// a better solution should be found later...
|
||||
#define wxUSE_MOUSEEVENT_HACK 0
|
||||
|
||||
// when building wxUniv/MSW we don't want the code for native menu use to be
|
||||
// compiled in - it should only be used when building real wxMSW
|
||||
#ifdef __WXUNIVERSAL__
|
||||
#define wxUSE_MENUS_NATIVE 0
|
||||
#else // __WXMSW__
|
||||
#define wxUSE_MENUS_NATIVE wxUSE_MENUS
|
||||
#endif // __WXUNIVERSAL__/__WXMSW__
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// constants
|
||||
// ---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user