summaryrefslogtreecommitdiff
path: root/solenv/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-16 19:59:10 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-16 19:59:10 +0200
commitdffa25b90252c4ec65a1c3a6a585b0dc23a67e56 (patch)
tree6ca3b8144244ce42895b72a3c0f4216a5e49e37b /solenv/inc
parentb82df31c5092c4cebae3dc7836f9ffc2a2f238ad (diff)
The WIN_FOO dance no longer needed
Diffstat (limited to 'solenv/inc')
-rw-r--r--solenv/inc/postwin.h8
-rw-r--r--solenv/inc/prewin.h9
2 files changed, 0 insertions, 17 deletions
diff --git a/solenv/inc/postwin.h b/solenv/inc/postwin.h
index 2685a127ad1b..1ec09435b5cb 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 09d03c4818de..0eedfe122963 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