]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/accel.h
implemented toggling of wxCAL_MONDAY_FIRST in the native MSW version of wxCalendarCtrl
[wxWidgets.git] / include / wx / accel.h
index 0cbf106f7a3c38214938e62e7e421d31bb6ae1b1..fe1ec1a6fa71dc399014dde1e34907e5d6e097d1 100644 (file)
@@ -44,7 +44,7 @@ enum wxAcceleratorEntryFlags
 // an entry in wxAcceleratorTable corresponds to one accelerator
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxAcceleratorEntry
+class WXDLLIMPEXP_CORE wxAcceleratorEntry
 {
 public:
     wxAcceleratorEntry(int flags = 0, int keyCode = 0, int cmd = 0,
@@ -164,7 +164,7 @@ private:
     #include "wx/os2/accel.h"
 #endif
 
-extern WXDLLEXPORT_DATA(wxAcceleratorTable) wxNullAcceleratorTable;
+extern WXDLLIMPEXP_DATA_CORE(wxAcceleratorTable) wxNullAcceleratorTable;
 
 #endif // wxUSE_ACCEL