X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/54429bb380a74d200ec735ac360599914b016266..21324807f5dd02a91124bdc50cb350af88058018:/include/wx/dcsvg.h diff --git a/include/wx/dcsvg.h b/include/wx/dcsvg.h index a58fce54e7..8808122b8c 100644 --- a/include/wx/dcsvg.h +++ b/include/wx/dcsvg.h @@ -1,13 +1,21 @@ +///////////////////////////////////////////////////////////////////////////// +// 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" #define wxSVGVersion wxT("v0100") -#ifdef __BORLANDC__ -#pragma warn -rch -#pragma warn -ccc -#endif class WXDLLIMPEXP_CORE wxSVGFileDC : public wxDC { @@ -296,12 +304,6 @@ class WXDLLIMPEXP_CORE wxSVGFileDC : public wxDC void StartPage() { return ; }; - - }; -#ifdef __BORLANDC__ -#pragma warn .rch -#pragma warn .ccc -#endif -#endif +#endif // __DCSVG_H