git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@82
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#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) ""
// @@@ TODO: wx{Bitmap|Metafile|...}DataObject
// ----------------------------------------------------------------------------
// @@@ TODO: wx{Bitmap|Metafile|...}DataObject
// ----------------------------------------------------------------------------
-#endif //_OLEDATAOBJ_H
\ No newline at end of file