]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/imaglist.h
don't redeclare vsscanf() for Windows compilers, the case of missing declaration...
[wxWidgets.git] / include / wx / mac / carbon / imaglist.h
index 0d4caa8468f244906907531bb0c574901e3b7993..10e96b588dca42b4051ecf25ab8c92eda6d72550 100644 (file)
 #include "wx/list.h"
 #include "wx/icon.h"
 
-class WXDLLEXPORT wxDC;
-class WXDLLEXPORT wxBitmap;
-class WXDLLEXPORT wxColour;
+class WXDLLIMPEXP_FWD_CORE wxDC;
+class WXDLLIMPEXP_FWD_CORE wxBitmap;
+class WXDLLIMPEXP_FWD_CORE wxColour;
 
-class WXDLLEXPORT wxImageList: public wxObject
+class WXDLLIMPEXP_CORE wxImageList: public wxObject
 {
 public:
     wxImageList() { m_width = m_height = 0; }