summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-01-24 00:54:51 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-01-24 00:56:59 +0200
commitfc415fba17f630f5fe9ba9332097c8b8232ae050 (patch)
treeb8bdd24af6196588534340b343a659f1b4ce298e /tools/inc
parent935e1204cb5bc6e973a30ca3a2bec0c075d9ab25 (diff)
Hide and reveal also ULONG in presys.h / postsys.h
Although, I fail to understand why the duplication of work done in prewin.h/postwin.h vs. presys.h/postsys.h is needed.
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/tools/postsys.h1
-rw-r--r--tools/inc/tools/presys.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/inc/tools/postsys.h b/tools/inc/tools/postsys.h
index e52508f61802..9b7fbf729942 100644
--- a/tools/inc/tools/postsys.h
+++ b/tools/inc/tools/postsys.h
@@ -34,6 +34,7 @@
#undef PolyPolygon
#undef Polygon
#undef Rectangle
+#undef ULONG
#undef BYTE
#undef BOOL
#undef DELETE
diff --git a/tools/inc/tools/presys.h b/tools/inc/tools/presys.h
index 3c689c143ce6..fe7cc68d9460 100644
--- a/tools/inc/tools/presys.h
+++ b/tools/inc/tools/presys.h
@@ -35,6 +35,7 @@
#define BOOL WIN_BOOL
#define BYTE WIN_BYTE
+#define ULONG WIN_ULONG
#define Rectangle BLA_Rectangle
#define Polygon BLA_Polygon