diff options
author | dgp <dgp@users.sourceforge.net> | 2020-04-02 13:36:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-04-02 13:36:36 (GMT) |
commit | d45c3cf6e052383401b40c67eed7d9d56a0cebbc (patch) | |
tree | 52ee671a4758e34db59f544119a6c55fb0f02ae8 /generic/tkIntXlibDecls.h | |
parent | a1fbbc7ef08181a50d9be664aeabaa4fdb1e6f1b (diff) | |
download | tk-d45c3cf6e052383401b40c67eed7d9d56a0cebbc.zip tk-d45c3cf6e052383401b40c67eed7d9d56a0cebbc.tar.gz tk-d45c3cf6e052383401b40c67eed7d9d56a0cebbc.tar.bz2 |
typo
Diffstat (limited to 'generic/tkIntXlibDecls.h')
-rw-r--r-- | generic/tkIntXlibDecls.h | 2 |
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 |