]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/clipbrd.cpp
implement wxBitmapButton as just a wrapper for wxButton under MSW
[wxWidgets.git] / src / msw / clipbrd.cpp
index 2369d769fb015b47c5ced071a2ac781c701010dc..b9df0c276755db21ee7645270ac8971eeda795d3 100644 (file)
@@ -770,7 +770,7 @@ bool wxClipboard::GetData( wxDataObject& data )
     // enumerate all explicit formats on the clipboard.
     // note that this does not include implicit / synthetic (automatically
     // converted) formats.
-#ifdef __WXDEBUG__
+#if wxDEBUG_LEVEL >= 2
     // get the format enumerator
     IEnumFORMATETC *pEnumFormatEtc = NULL;
     hr = pDataObject->EnumFormatEtc(DATADIR_GET, &pEnumFormatEtc);
@@ -803,7 +803,7 @@ bool wxClipboard::GetData( wxDataObject& data )
 
         pEnumFormatEtc->Release();
     }
-#endif // Debug
+#endif // wxDEBUG_LEVEL >= 2
 
     STGMEDIUM medium;
     // stop at the first valid format found on the clipboard