summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Tk/X11/X.h
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Tk/X11/X.h')
-rw-r--r--Master/tlpkg/tlperl/lib/Tk/X11/X.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/Tk/X11/X.h b/Master/tlpkg/tlperl/lib/Tk/X11/X.h
index 95db07f903f..a1cf10c8a90 100644
--- a/Master/tlpkg/tlperl/lib/Tk/X11/X.h
+++ b/Master/tlpkg/tlperl/lib/Tk/X11/X.h
@@ -40,7 +40,7 @@ SOFTWARE.
/* Resources */
-#ifdef _WIN64
+#if defined(_WIN64) && defined(_MSC_VER)
typedef __int64 XID;
#else
typedef unsigned long XID;