summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-12 21:43:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-12 21:43:08 (GMT)
commitd0ff8f4a0d5b408ce2bf828775bff7c85fcb0b14 (patch)
treed9124e975897e123dc2a74821886afd432ab22e5 /unix/tclUnixPort.h
parentd1a4083e3f1fe7a69cdb58ddb91935295e2d5530 (diff)
parentdb35fe50e94b2e2edd00d34c42c74754cfc5c74d (diff)
downloadtcl-d0ff8f4a0d5b408ce2bf828775bff7c85fcb0b14.zip
tcl-d0ff8f4a0d5b408ce2bf828775bff7c85fcb0b14.tar.gz
tcl-d0ff8f4a0d5b408ce2bf828775bff7c85fcb0b14.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index 527f662..ab71a65 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -96,8 +96,8 @@ typedef off_t Tcl_SeekOffset;
# define SOCKET unsigned int
# define WSAEWOULDBLOCK 10035
typedef unsigned short WCHAR;
- __declspec(dllimport) extern __stdcall int GetModuleHandleExW(unsigned int, const char *, void *);
- __declspec(dllimport) extern __stdcall int GetModuleFileNameW(void *, const char *, int);
+ __declspec(dllimport) extern __stdcall int GetModuleHandleExW(unsigned int, const void *, void *);
+ __declspec(dllimport) extern __stdcall int GetModuleFileNameW(void *, const void *, int);
__declspec(dllimport) extern __stdcall int WideCharToMultiByte(int, int, const void *, int,
char *, int, const char *, void *);
__declspec(dllimport) extern __stdcall int MultiByteToWideChar(int, int, const char *, int,