summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-28 18:51:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-28 18:51:12 (GMT)
commita27cc004d279f6e156c70540cee7c5f68f315025 (patch)
tree445d334c9f8c0a64e81ff06888b363c532c43185 /unix/tclUnixPort.h
parent9a9b619c9f29470dab9e33b0c593b7e648224515 (diff)
parent301f6bcb839b301e1e3d3a92e3713696780c95ca (diff)
downloadtcl-a27cc004d279f6e156c70540cee7c5f68f315025.zip
tcl-a27cc004d279f6e156c70540cee7c5f68f315025.tar.gz
tcl-a27cc004d279f6e156c70540cee7c5f68f315025.tar.bz2
merge core-8-6-branch
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 d464f05..86f1dd0 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -87,8 +87,8 @@ typedef off_t Tcl_SeekOffset;
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 WideCharToMultiByte(int, int, const char *, int,
- const char *, int, const char *, const char *);
+ __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,
WCHAR *, int);
__declspec(dllimport) extern __stdcall void OutputDebugStringW(const WCHAR *);