diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-28 11:13:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-28 11:13:54 (GMT) |
commit | 5bf292f9ab0ddda2f59f652e94185832af078740 (patch) | |
tree | 2c1ed6aeac43100a4b7ad6192471250ff83bc847 /unix/tkUnixPort.h | |
parent | e309f08cc258675d9627d27fbb8c16bf5a215534 (diff) | |
download | tk-5bf292f9ab0ddda2f59f652e94185832af078740.zip tk-5bf292f9ab0ddda2f59f652e94185832af078740.tar.gz tk-5bf292f9ab0ddda2f59f652e94185832af078740.tar.bz2 |
Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared
Diffstat (limited to 'unix/tkUnixPort.h')
-rw-r--r-- | unix/tkUnixPort.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/tkUnixPort.h b/unix/tkUnixPort.h index c4053b9..27787ce 100644 --- a/unix/tkUnixPort.h +++ b/unix/tkUnixPort.h @@ -138,6 +138,10 @@ # define WPARAM void * # define LPARAM void * # define LRESULT void * + + extern int TkPutImage(unsigned long *, int, Display *, Drawable, + GC, XImage *, int, int, int, int, unsigned int, unsigned int); + #else /* !__CYGWIN__ */ /* * The TkPutImage macro strips off the color table information, which isn't |