]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcsvg.h
linking fix after the one before last commit
[wxWidgets.git] / include / wx / dcsvg.h
index 9e9b8c7b0f8a24f6de8f1ff6332b00ff8e5fc4af..8808122b8c711095fac557399c295ba5df873cfe 100644 (file)
@@ -1,23 +1,23 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/dcsvg.h
+// Purpose:     wxSVGFileDC
+// Author:      Chris Elliott
+// Modified by:
+// Created:
+// Copyright:   (c) Chris Elliott
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef __DCSVG_H
 #define __DCSVG_H
+
 #include "wx/wfstream.h"
 #include "wx/string.h"
 
-#ifdef WXMAKINGDLL_SVG
-    #define WXDLLIMPEXP_SVG WXEXPORT
-#elif defined(WXUSINGDLL)
-    #define WXDLLIMPEXP_SVG WXIMPORT
-#else // not making nor using DLL
-    #define WXDLLIMPEXP_SVG
-#endif
-
 #define wxSVGVersion wxT("v0100")
-#ifdef __BORLANDC__
-#pragma warn -rch
-#pragma warn -ccc
-#endif
 
-class WXDLLIMPEXP_SVG wxSVGFileDC : public wxDC
+class WXDLLIMPEXP_CORE wxSVGFileDC : public wxDC
 {
 
     private:
@@ -304,12 +304,6 @@ class WXDLLIMPEXP_SVG wxSVGFileDC : public wxDC
 
         void StartPage()
             {  return ; };
-
-
 };
 
-#ifdef __BORLANDC__
-#pragma warn .rch
-#pragma warn .ccc
-#endif
-#endif
+#endif      // __DCSVG_H