]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/spinctlg.h
use symbolic name for the shell menu bar too; include resources.h in wince.rc directl...
[wxWidgets.git] / include / wx / generic / spinctlg.h
index ff315b97aea9cd40dea8ca3bd8c8224fd23eb57e..9d4f63f7fe8eefd44b54b8139d4e22bba390f300 100644 (file)
 
 #if wxUSE_SPINBTN
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "spinctlg.h"
-#endif
-
-class WXDLLEXPORT wxSpinButton;
-class WXDLLEXPORT wxTextCtrl;
+class WXDLLIMPEXP_FWD_CORE wxSpinButton;
+class WXDLLIMPEXP_FWD_CORE wxTextCtrl;
 
 // ----------------------------------------------------------------------------
 // wxSpinCtrl is a combination of wxTextCtrl and wxSpinButton