summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-28 21:59:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-28 21:59:35 (GMT)
commit3a84b4db7ee185ceae7feafb1d90f8225d973815 (patch)
treee8967724b3a4c7a44683320b8824c084216a6085 /unix/tclUnixPort.h
parent69be965a23d98385d4acac0644ae83c5c24c1662 (diff)
parentd08f08a24d7360b80c69b576fd4645f5ecdb8fe5 (diff)
downloadtcl-3a84b4db7ee185ceae7feafb1d90f8225d973815.zip
tcl-3a84b4db7ee185ceae7feafb1d90f8225d973815.tar.gz
tcl-3a84b4db7ee185ceae7feafb1d90f8225d973815.tar.bz2
merge trunk
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 e3b3e41..98d641e 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 *);