Bakefile and other changes for new locations of STC and wxSVGFileDC.
Remove old files in contrib. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3,21 +3,13 @@
|
||||
#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:
|
||||
|
Reference in New Issue
Block a user