X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ba06d5a8ccf8c224fcfbd52fa01a55abf7befbd..e56f4f9e90696fed39677c3410cb18562dcf0ad2:/contrib/include/wx/ogl/misc.h diff --git a/contrib/include/wx/ogl/misc.h b/contrib/include/wx/ogl/misc.h index 534c748729..37eec85595 100644 --- a/contrib/include/wx/ogl/misc.h +++ b/contrib/include/wx/ogl/misc.h @@ -12,10 +12,6 @@ #ifndef _OGL_MISC_H_ #define _OGL_MISC_H_ -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "misc.h" -#endif - // List to use when copying objects; may need to associate elements of new objects // with elements of old objects, e.g. when copying constraint.s @@ -101,12 +97,12 @@ extern wxPen* g_oglTransparentPen; extern wxBrush* g_oglWhiteBackgroundBrush; extern wxPen* g_oglBlackForegroundPen; -extern wxFont* oglMatchFont(int point_size); +WXDLLIMPEXP_OGL wxFont* oglMatchFont(int point_size); -extern wxString oglColourToHex(const wxColour& colour); -extern wxColour oglHexToColour(const wxString& hex); -extern void oglDecToHex(unsigned int dec, char *buf); -extern unsigned int oglHexToDec(char* buf); +WXDLLIMPEXP_OGL wxString oglColourToHex(const wxColour& colour); +WXDLLIMPEXP_OGL wxColour oglHexToColour(const wxString& hex); +WXDLLIMPEXP_OGL void oglDecToHex(unsigned int dec, char *buf); +WXDLLIMPEXP_OGL unsigned int oglHexToDec(char* buf); #endif