Further export symbols

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-04-26 10:47:00 +00:00
parent 49bdcd64e0
commit 5f7ea95515

View File

@@ -101,12 +101,12 @@ extern wxPen* g_oglTransparentPen;
extern wxBrush* g_oglWhiteBackgroundBrush; extern wxBrush* g_oglWhiteBackgroundBrush;
extern wxPen* g_oglBlackForegroundPen; extern wxPen* g_oglBlackForegroundPen;
extern wxFont* oglMatchFont(int point_size); WXDLLIMPEXP_OGL wxFont* oglMatchFont(int point_size);
extern wxString oglColourToHex(const wxColour& colour); WXDLLIMPEXP_OGL wxString oglColourToHex(const wxColour& colour);
extern wxColour oglHexToColour(const wxString& hex); WXDLLIMPEXP_OGL wxColour oglHexToColour(const wxString& hex);
extern void oglDecToHex(unsigned int dec, char *buf); WXDLLIMPEXP_OGL void oglDecToHex(unsigned int dec, char *buf);
extern unsigned int oglHexToDec(char* buf); WXDLLIMPEXP_OGL unsigned int oglHexToDec(char* buf);
#endif #endif