]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/pen.h
Fix line endings
[wxWidgets.git] / include / wx / pen.h
index b94486f364297717e880d30f7b1191e2a905ce93..379f560c445076ab462b4b6f1bca543f799e349f 100644 (file)
@@ -62,7 +62,7 @@ enum wxPenCap
 };
 
 
-class WXDLLEXPORT wxPenBase : public wxGDIObject
+class WXDLLIMPEXP_CORE wxPenBase : public wxGDIObject
 {
 public:
     virtual ~wxPenBase() { }
@@ -130,7 +130,7 @@ public:
 #endif
 };
 
-extern WXDLLEXPORT_DATA(wxPenList*)   wxThePenList;
+extern WXDLLIMPEXP_DATA_CORE(wxPenList*)   wxThePenList;
 
 // provide comparison operators to allow code such as
 //