]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dialog.cpp
added common notebookbase source file
[wxWidgets.git] / src / msw / dialog.cpp
index ee00bfd5de7be730d4e0ba51eb707cfe57771748..4de467688938ea84d59b2636fa2d9f1fb2c1a820 100644 (file)
@@ -194,6 +194,7 @@ bool wxDialog::Create(wxWindow *parent,
 
 bool wxDialog::EnableCloseButton(bool enable)
 {
 
 bool wxDialog::EnableCloseButton(bool enable)
 {
+#ifndef __WXMICROWIN__
     // get system (a.k.a. window) menu
     HMENU hmenu = ::GetSystemMenu(GetHwnd(), FALSE /* get it */);
     if ( !hmenu )
     // get system (a.k.a. window) menu
     HMENU hmenu = ::GetSystemMenu(GetHwnd(), FALSE /* get it */);
     if ( !hmenu )
@@ -218,7 +219,8 @@ bool wxDialog::EnableCloseButton(bool enable)
     {
         wxLogLastError(_T("DrawMenuBar"));
     }
     {
         wxLogLastError(_T("DrawMenuBar"));
     }
-
+#endif
+    
     return TRUE;
 }
 
     return TRUE;
 }