]> git.saurik.com Git - wxWidgets.git/commitdiff
testing CVS notifications
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Jun 1998 11:11:20 +0000 (11:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Jun 1998 11:11:20 +0000 (11:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@82 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/ole/dataobj.h

index cdad68606cf61dc6f58e31c5f4cb4e2e911e6114..f083f6f169099f2cf27746deb7384295c3bcd96b 100644 (file)
@@ -54,6 +54,8 @@ public:
   #ifdef  __DEBUG__
     // function to return symbolic name of clipboard format (debug messages)
     static const char *GetFormatName(wxDataFormat format);
   #ifdef  __DEBUG__
     // function to return symbolic name of clipboard format (debug messages)
     static const char *GetFormatName(wxDataFormat format);
+  #else // not used in release mode
+    #define GetFormatName(format) ""
   #endif
 
   // ctor & dtor
   #endif
 
   // ctor & dtor
@@ -108,4 +110,4 @@ private:
 // @@@ TODO: wx{Bitmap|Metafile|...}DataObject
 // ----------------------------------------------------------------------------
 
 // @@@ TODO: wx{Bitmap|Metafile|...}DataObject
 // ----------------------------------------------------------------------------
 
-#endif  //_OLEDATAOBJ_H
\ No newline at end of file
+#endif  //_OLEDATAOBJ_H