summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPhoto.h
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2014-02-10 11:06:19 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2014-02-10 11:06:19 (GMT)
commitf69a8efd19f322122bdd7c86ced45a8e334408e0 (patch)
tree75ae24370f3056d16427e5a17c5a9aaf6e1351e6 /generic/tkImgPhoto.h
parent9f1f363f639f80cd9f35d9143e31c7e5766ed99e (diff)
downloadtk-f69a8efd19f322122bdd7c86ced45a8e334408e0.zip
tk-f69a8efd19f322122bdd7c86ced45a8e334408e0.tar.gz
tk-f69a8efd19f322122bdd7c86ced45a8e334408e0.tar.bz2
Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don't define it, and _WIN32 is much more portable anyway.
See: [http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowsCygwinnonPOSIXandMinGW]
Diffstat (limited to 'generic/tkImgPhoto.h')
-rw-r--r--generic/tkImgPhoto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkImgPhoto.h b/generic/tkImgPhoto.h
index 7bef76b..36bc6cb 100644
--- a/generic/tkImgPhoto.h
+++ b/generic/tkImgPhoto.h
@@ -17,7 +17,7 @@
*/
#include "tkInt.h"
-#ifdef __WIN32__
+#ifdef _WIN32
#include "tkWinInt.h"
#elif defined(__CYGWIN__)
#include "tkUnixInt.h"