]> git.saurik.com Git - wxWidgets.git/commitdiff
Further export symbols
authorJulian Smart <julian@anthemion.co.uk>
Tue, 26 Apr 2005 10:47:00 +0000 (10:47 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 26 Apr 2005 10:47:00 +0000 (10:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/include/wx/ogl/misc.h

index 534c74872942eed47d96d1bc4dbceaf597144a19..71e249f8d0b33fc30fde20125d1c0ff99a88f589 100644 (file)
@@ -101,12 +101,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