#ifdef __WXDEBUG__
// function to return symbolic name of clipboard format (for debug messages)
static const char *GetFormatName(wxDataFormat format);
-#endif // Debug
+
+ #define wxGetFormatName(format) wxDataObject::GetFormatName(format)
+#else // !Debug
+ #define wxGetFormatName(format) ""
+#endif // Debug/!Debug
private:
IDataObject *m_pIDataObject; // pointer to the COM interface