[Libreoffice-commits] .: Branch 'integration/dev300_m101' - solenv/inc

Tor Lillqvist tml at kemper.freedesktop.org
Wed Mar 16 10:59:20 PDT 2011


 solenv/inc/postwin.h |    8 --------
 solenv/inc/prewin.h  |    9 ---------
 2 files changed, 17 deletions(-)

New commits:
commit fe4b69e65a1aec5b45390eae65f998a047edbbae
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Wed Mar 16 19:59:10 2011 +0200

    The WIN_FOO dance no longer needed

diff --git a/solenv/inc/postwin.h b/solenv/inc/postwin.h
index 58342e5..a21eaa7 100644
--- a/solenv/inc/postwin.h
+++ b/solenv/inc/postwin.h
@@ -38,16 +38,8 @@
 #undef PolyPolygon
 #undef Polygon
 #undef Rectangle
-#undef BYTE
 #undef DELETE
 
-#ifndef VCL_NEED_BASETSD
-#undef INT64
-#undef UINT64
-#undef INT32
-#undef UINT32
-#undef ULONG
-#endif
 #undef Folder
 #undef GradientStyle_RECT
 
diff --git a/solenv/inc/prewin.h b/solenv/inc/prewin.h
index 0c07a62..21afbdf 100644
--- a/solenv/inc/prewin.h
+++ b/solenv/inc/prewin.h
@@ -30,15 +30,6 @@
 
 #if defined WNT
 
-#define BYTE         WIN_BYTE
-#ifndef VCL_NEED_BASETSD
-#define INT64	     WIN_INT64
-#define UINT64	     WIN_UINT64
-#define INT32	     WIN_INT32
-#define UINT32	     WIN_UINT32
-#define ULONG        WIN_ULONG
-#endif
-
 #define Rectangle    BLA_Rectangle
 #define Polygon      BLA_Polygon
 #define PolyPolygon  BLA_PolyPolygon


More information about the Libreoffice-commits mailing list