]> git.saurik.com Git - wxWidgets.git/commitdiff
DLL build fixes
authorRobin Dunn <robin@alldunn.com>
Mon, 9 Oct 2006 23:13:45 +0000 (23:13 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 9 Oct 2006 23:13:45 +0000 (23:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/animate.h
include/wx/generic/animate.h

index 5d2772fec55cea0354223bb9d093399e1bddbfd2..c10a05ba4777ba3128c22596186227bd739dbffa 100644 (file)
 
 class WXDLLIMPEXP_ADV wxAnimation;
 
-extern WXDLLEXPORT_DATA(wxAnimation) wxNullAnimation;
-extern WXDLLEXPORT_DATA(const wxChar) wxAnimationCtrlNameStr[];
+extern WXDLLIMPEXP_DATA_ADV(wxAnimation) wxNullAnimation;
+extern WXDLLIMPEXP_DATA_ADV(const wxChar) wxAnimationCtrlNameStr[];
 
 
 // ----------------------------------------------------------------------------
 // wxAnimationBase
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxAnimationBase : public wxGDIObject
+class WXDLLIMPEXP_ADV wxAnimationBase : public wxGDIObject
 {
 public:
     wxAnimationBase() {}
index a244d32ccd42041ed66fab973c6bfd7b31f134c6..8b9dc201208df44c567f5f9db0dead0afb685b1f 100644 (file)
@@ -24,9 +24,9 @@
 
 class WXDLLIMPEXP_ADV wxAnimationBase;
 class WXDLLIMPEXP_ADV wxAnimationPlayer;
-class WXDLLEXPORT wxImage;
-class WXDLLEXPORT wxGIFDecoder;
-class WXDLLEXPORT wxAnimation;
+class WXDLLEXPORT     wxImage;
+class WXDLLEXPORT     wxGIFDecoder;
+class WXDLLIMPEXP_ADV wxAnimation;
 
 
 // ----------------------------------------------------------------------------