summaryrefslogtreecommitdiff
path: root/include/postwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/postwin.h')
-rw-r--r--include/postwin.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/postwin.h b/include/postwin.h
index b9ad4cfceea6..769d2e68cbe1 100644
--- a/include/postwin.h
+++ b/include/postwin.h
@@ -19,7 +19,6 @@
/* not protected, do only include once! */
-#undef Polygon
#undef Rectangle
#undef DELETE
#undef OPTIONAL
@@ -79,8 +78,6 @@
extern "C"
{
BOOL WINAPI WIN_Rectangle( HDC hDC, int X1, int Y1, int X2, int Y2 );
-BOOL WINAPI WIN_Polygon( HDC hDC, CONST POINT * ppt, int ncnt );
-BOOL WINAPI WIN_PolyPolygon( HDC hDC, CONST POINT * ppt, LPINT npcnt, int ncnt );
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */