From 5f287fcf1dc14c3db75220ee7f6b492b182f6fd4 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 6 Nov 1999 08:00:29 +0000 Subject: [PATCH] added a WXDLLEXPORT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/fontutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/fontutil.h b/include/wx/fontutil.h index 9c114c9b6a..3f439b2c0c 100644 --- a/include/wx/fontutil.h +++ b/include/wx/fontutil.h @@ -49,7 +49,7 @@ // to create a font of non-standard encoding (like KOI8) under Windows - the // facename specifies the encoding then) -struct wxNativeEncodingInfo +struct WXDLLEXPORT wxNativeEncodingInfo { wxString facename; // may be empty meaning "any" -- 2.45.2