diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-28 11:41:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-28 11:41:29 (GMT) |
commit | 9920c3f4f28cd54d47a684513d86144a3786fd33 (patch) | |
tree | c1a8afe6d156883bccbdaabb82b6a4a8ce13459d /unix/tkUnixPort.h | |
parent | 1cf445b3609f2d0b9b0831d9ae79542856fae439 (diff) | |
parent | 2d5ec818918a168a3d0a5fed2d7465a434de8536 (diff) | |
download | tk-9920c3f4f28cd54d47a684513d86144a3786fd33.zip tk-9920c3f4f28cd54d47a684513d86144a3786fd33.tar.gz tk-9920c3f4f28cd54d47a684513d86144a3786fd33.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 8d8b050..38a8513 100644 --- a/unix/tkUnixPort.h +++ b/unix/tkUnixPort.h @@ -141,6 +141,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 |