- 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
#define _GDIPLUSBASE_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
class GdiplusBase {
public:
void operator delete(void *in_pVoid)

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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