summaryrefslogtreecommitdiff
path: root/include/postwin.h
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-04-07 08:56:18 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-04-07 11:05:00 +0200
commit3c443852d25a61b61353d630d8dc8753bad6ab30 (patch)
tree4db6d2c94e8f1dca799e7dda1f45f46f7aefd1dd /include/postwin.h
parent9b77f8142bf665a47c3a179e3fe3f82623a99f8a (diff)
vcl: remove no longer needed WIN_Rectangle()
Not needed anymore after commit a5a571307fb3306b74ab46b085cde6388270a770 (tdf#82580 tools: rename Rectangle to tools::Rectangle, 2017-03-30). Change-Id: I25a11ca0b6c2e9e96847bd01b5e82835d1dd4a95
Diffstat (limited to 'include/postwin.h')
-rw-r--r--include/postwin.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/postwin.h b/include/postwin.h
index b2df82374da8..384950d68237 100644
--- a/include/postwin.h
+++ b/include/postwin.h
@@ -45,7 +45,6 @@
#undef OUT
#undef PASSTHROUGH
#undef RELATIVE
-#undef Rectangle
#undef STRICT
#undef SetPort
#undef SetPrinter
@@ -67,10 +66,6 @@
#if !defined INCLUDED_POSTWIN_H && defined __cplusplus
#define INCLUDED_POSTWIN_H
-extern "C"
-{
-BOOL WINAPI WIN_Rectangle( HDC hDC, int X1, int Y1, int X2, int Y2 );
-}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */