summaryrefslogtreecommitdiffstats
path: root/generic/tkIntXlibDecls.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-04-02 13:36:36 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-04-02 13:36:36 (GMT)
commitd45c3cf6e052383401b40c67eed7d9d56a0cebbc (patch)
tree52ee671a4758e34db59f544119a6c55fb0f02ae8 /generic/tkIntXlibDecls.h
parenta1fbbc7ef08181a50d9be664aeabaa4fdb1e6f1b (diff)
downloadtk-d45c3cf6e052383401b40c67eed7d9d56a0cebbc.zip
tk-d45c3cf6e052383401b40c67eed7d9d56a0cebbc.tar.gz
tk-d45c3cf6e052383401b40c67eed7d9d56a0cebbc.tar.bz2
typo
Diffstat (limited to 'generic/tkIntXlibDecls.h')
-rw-r--r--generic/tkIntXlibDecls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkIntXlibDecls.h b/generic/tkIntXlibDecls.h
index 693ef10..774075d 100644
--- a/generic/tkIntXlibDecls.h
+++ b/generic/tkIntXlibDecls.h
@@ -1845,7 +1845,7 @@ extern const TkIntXlibStubs *tkIntXlibStubsPtr;
/* !END!: Do not edit above this line. */
-#if !defined(_WIN32) && !defined(__CYGWIN__) && !define(MAC_OSX_TCL) /* X11, Except MacOS/Cygwin */
+#if !defined(_WIN32) && !defined(__CYGWIN__) && !defined(MAC_OSX_TCL) /* X11, Except MacOS/Cygwin */
EXTERN Display *XkbOpenDisplay(const char *, int *, int *, int *, int *, int *);
#endif