- Remove system_header from gdiplus*.h

svn path=/trunk/; revision=37441
This commit is contained in:
Stefan Ginsberg 2008-11-18 16:56:22 +00:00
parent a208b6c624
commit aac23f4f4b
12 changed files with 0 additions and 48 deletions

View file

@ -19,10 +19,6 @@
#ifndef _GDIPLUSBASE_H #ifndef _GDIPLUSBASE_H
#define _GDIPLUSBASE_H #define _GDIPLUSBASE_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
class GdiplusBase { class GdiplusBase {
public: public:
void operator delete(void *in_pVoid) void operator delete(void *in_pVoid)

View file

@ -19,10 +19,6 @@
#ifndef _GDIPLUSBRUSH_H #ifndef _GDIPLUSBRUSH_H
#define _GDIPLUSBRUSH_H #define _GDIPLUSBRUSH_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
class Brush : public GdiplusBase class Brush : public GdiplusBase
{ {
public: public:

View file

@ -19,10 +19,6 @@
#ifndef _GDIPLUSEFFECTS_H #ifndef _GDIPLUSEFFECTS_H
#define _GDIPLUSEFFECTS_H #define _GDIPLUSEFFECTS_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
typedef struct { typedef struct {
float radius; float radius;
BOOL expandEdge; BOOL expandEdge;

View file

@ -19,10 +19,6 @@
#ifndef _GDIPLUSGRAPHICS_H #ifndef _GDIPLUSGRAPHICS_H
#define _GDIPLUSGRAPHICS_H #define _GDIPLUSGRAPHICS_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
class Graphics : public GdiplusBase class Graphics : public GdiplusBase
{ {
public: public:

View file

@ -19,10 +19,6 @@
#ifndef _GDIPLUSHEADERS_H #ifndef _GDIPLUSHEADERS_H
#define _GDIPLUSHEADERS_H #define _GDIPLUSHEADERS_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
class Image : public GdiplusBase class Image : public GdiplusBase
{ {
public: public:

View file

@ -19,10 +19,6 @@
#ifndef _GDIPLUSIMAGEATTRIBUTES_H #ifndef _GDIPLUSIMAGEATTRIBUTES_H
#define _GDIPLUSIMAGEATTRIBUTES_H #define _GDIPLUSIMAGEATTRIBUTES_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
class ImageAttributes : public GdiplusBase class ImageAttributes : public GdiplusBase
{ {
public: public:

View file

@ -19,10 +19,6 @@
#ifndef _GDIPLUSLINECAPS_H #ifndef _GDIPLUSLINECAPS_H
#define _GDIPLUSLINECAPS_H #define _GDIPLUSLINECAPS_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
inline inline
CustomLineCap::CustomLineCap(const GraphicsPath *fillPath, CustomLineCap::CustomLineCap(const GraphicsPath *fillPath,
const GraphicsPath *strokePath, LineCap baseCap, REAL baseInset) const GraphicsPath *strokePath, LineCap baseCap, REAL baseInset)

View file

@ -19,10 +19,6 @@
#ifndef _GDIPLUSMATRIX_H #ifndef _GDIPLUSMATRIX_H
#define _GDIPLUSMATRIX_H #define _GDIPLUSMATRIX_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
class Matrix : public GdiplusBase class Matrix : public GdiplusBase
{ {
public: public:

View file

@ -19,10 +19,6 @@
#ifndef _GDIPLUSMETAFILE_H #ifndef _GDIPLUSMETAFILE_H
#define _GDIPLUSMETAFILE_H #define _GDIPLUSMETAFILE_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
class Metafile : public Image class Metafile : public Image
{ {
public: public:

View file

@ -19,10 +19,6 @@
#ifndef _GDIPLUSPATH_H #ifndef _GDIPLUSPATH_H
#define _GDIPLUSPATH_H #define _GDIPLUSPATH_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
class GraphicsPath : public GdiplusBase class GraphicsPath : public GdiplusBase
{ {
public: public:

View file

@ -19,10 +19,6 @@
#ifndef _GDIPLUSPEN_H #ifndef _GDIPLUSPEN_H
#define _GDIPLUSPEN_H #define _GDIPLUSPEN_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
class Pen : public GdiplusBase class Pen : public GdiplusBase
{ {
friend class Graphics; friend class Graphics;

View file

@ -19,10 +19,6 @@
#ifndef _GDIPLUSSTRINGFORMAT_H #ifndef _GDIPLUSSTRINGFORMAT_H
#define _GDIPLUSSTRINGFORMAT_H #define _GDIPLUSSTRINGFORMAT_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
class StringFormat : public GdiplusBase class StringFormat : public GdiplusBase
{ {
public: public: