summaryrefslogtreecommitdiffstats
path: root/generic/tkIntPlatDecls.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-07 08:23:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-07 08:23:36 (GMT)
commit3aa2c84455d3f19dcc554b7d45caa624f3f53e60 (patch)
tree4274efeb094e97e961ce012a435047200d6dbdd6 /generic/tkIntPlatDecls.h
parentedb4cc7ce4e75ee2bd46f965f0724c54c134a1fd (diff)
downloadtk-3aa2c84455d3f19dcc554b7d45caa624f3f53e60.zip
tk-3aa2c84455d3f19dcc554b7d45caa624f3f53e60.tar.gz
tk-3aa2c84455d3f19dcc554b7d45caa624f3f53e60.tar.bz2
eliminate some warnings, caused by previous merge
Diffstat (limited to 'generic/tkIntPlatDecls.h')
-rw-r--r--generic/tkIntPlatDecls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tkIntPlatDecls.h b/generic/tkIntPlatDecls.h
index 1e0a758..d0753f1 100644
--- a/generic/tkIntPlatDecls.h
+++ b/generic/tkIntPlatDecls.h
@@ -1191,6 +1191,8 @@ extern TkIntPlatStubs *tkIntPlatStubsPtr;
#endif
#ifdef __WIN32__
+#undef TkpCmapStressed
+#undef TkpSync
#define TkpCmapStressed(tkwin,colormap) (0)
#define TkpSync(display)
#endif