summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkElements.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-02-10 11:35:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-02-10 11:35:13 (GMT)
commite4b709d9413108c9fea819feefc24c99edd678a1 (patch)
treed75f1f89ded91bd4482049920ea3eb5d872cb848 /generic/ttk/ttkElements.c
parentca3d39ff5db486b96f9b003ff4548278629f8c61 (diff)
downloadtk-e4b709d9413108c9fea819feefc24c99edd678a1.zip
tk-e4b709d9413108c9fea819feefc24c99edd678a1.tar.gz
tk-e4b709d9413108c9fea819feefc24c99edd678a1.tar.bz2
Eliminate all usage of WIN32 macro as well: _WIN32 is the portable macro.
Diffstat (limited to 'generic/ttk/ttkElements.c')
-rw-r--r--generic/ttk/ttkElements.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/ttk/ttkElements.c b/generic/ttk/ttkElements.c
index c348834..5c95dba 100644
--- a/generic/ttk/ttkElements.c
+++ b/generic/ttk/ttkElements.c
@@ -1145,7 +1145,7 @@ static void TabElementDraw(
Tk_3DBorderGC(tkwin, border, TK_3D_FLAT_GC),
pts, 6, Convex, CoordModeOrigin);
-#ifndef WIN32
+#ifndef _WIN32
/*
* Account for whether XDrawLines draws endpoints by platform
*/