summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-04 15:19:36 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-04 15:19:36 +0000
commit3003a91d2c7f092987fdc47261d8f459721d9082 (patch)
tree54e7e6a9df39bbe1821b9578a30d6a27f07dc928 /external
parentfd065aee0b55cc2c1c006fde60ae239cb490e3af (diff)
INTEGRATION: CWS mingwport09 (1.4.10); FILE MERGED
2007/12/11 12:28:05 vg 1.4.10.1: #i83133# catch-up fixes for MinGW port
Diffstat (limited to 'external')
-rw-r--r--external/mingwheaders/mingw_headers.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/mingwheaders/mingw_headers.patch b/external/mingwheaders/mingw_headers.patch
index 56f61b9af197..2695564e1dfe 100644
--- a/external/mingwheaders/mingw_headers.patch
+++ b/external/mingwheaders/mingw_headers.patch
@@ -989,13 +989,13 @@
class GpImageAttributes;
--- include/gdiplusimaging.h.orig 2003-03-26 16:34:34.000000000 +0900
-+++ include/gdiplusimaging.h 2004-12-30 21:15:38.000000000 +0900
++++ include/gdiplusimaging.h 2007-12-04 21:16:38.000000000 +0900
@@ -153,7 +153,7 @@
UINT Width;
UINT Height;
INT Stride;
- PixelFormat PixelFormat;
-+ PixelFormat aPixelFormat;
++ ::Gdiplus::PixelFormat PixelFormat;
VOID* Scan0;
UINT_PTR Reserved;
};