]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/menuitem.cpp
Fixed event arg in notebook.h, #ifdefed out some functions in oleutils that
[wxWidgets.git] / src / msw / menuitem.cpp
index 3cde92823209a29f6352c2d65bbd1d6fbbb1ec02..4641f7d0dc912d71aab4d1d3460512d4d49b97cb 100644 (file)
@@ -67,7 +67,7 @@ wxMenuItem::wxMenuItem(wxMenu *pParentMenu, int id,
 {
   wxASSERT( pParentMenu != NULL );
 
-#ifdef  USE_OWNER_DRAWN
+#if  USE_OWNER_DRAWN
     // set default menu colors
     #define SYS_COLOR(c) (wxSystemSettings::GetSystemColour(wxSYS_COLOUR_##c))