X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c74e7fe1de14f32dcd6f3c9cdd727de540bbd0e..ee0a94cfc2f71e8b770eedda5197a1f4bd62b5cb:/include/wx/os2/dataobj2.h diff --git a/include/wx/os2/dataobj2.h b/include/wx/os2/dataobj2.h index 3108a1d37e..548b13b978 100644 --- a/include/wx/os2/dataobj2.h +++ b/include/wx/os2/dataobj2.h @@ -1,26 +1,22 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: mac/dataobj2.h +// Name: wx/os2/dataobj2.h // Purpose: declaration of standard wxDataObjectSimple-derived classes // Author: Stefan Csomor (adapted from Robert Roebling's gtk port // Modified by: // Created: 10/21/99 // RCS-ID: $Id$ // Copyright: (c) 1998, 1999 Vadim Zeitlin, Robert Roebling -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#ifndef _WX_MAC_DATAOBJ2_H_ -#define _WX_MAC_DATAOBJ2_H_ - -#ifdef __GNUG__ - #pragma interface "dataobj.h" -#endif +#ifndef _WX_OS2_DATAOBJ2_H_ +#define _WX_OS2_DATAOBJ2_H_ // ---------------------------------------------------------------------------- // wxBitmapDataObject is a specialization of wxDataObject for bitmaps // ---------------------------------------------------------------------------- -class wxBitmapDataObject : public wxBitmapDataObjectBase +class WXDLLIMPEXP_CORE wxBitmapDataObject : public wxBitmapDataObjectBase { public: // ctors @@ -86,5 +82,4 @@ private: { return(wxDataObjectSimple::SetData(rFormat, nLen, pBuf)); } }; -#endif // _WX_MAC_DATAOBJ2_H_ - +#endif // _WX_OS2_DATAOBJ2_H_