diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-16 19:59:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-16 19:59:10 +0200 |
commit | fe4b69e65a1aec5b45390eae65f998a047edbbae (patch) | |
tree | fd40e34eba823465e771dc3cef44eaf2e25aeed0 | |
parent | b99b04850eae0a602b096b36dda0f04b1d0a33dc (diff) |
The WIN_FOO dance no longer needed
-rw-r--r-- | solenv/inc/postwin.h | 8 | ||||
-rw-r--r-- | solenv/inc/prewin.h | 9 |
2 files changed, 0 insertions, 17 deletions
diff --git a/solenv/inc/postwin.h b/solenv/inc/postwin.h index 58342e51e..a21eaa7cf 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 0c07a62c8..21afbdfda 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 |