summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-28 18:53:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-28 18:53:23 (GMT)
commit7172ae907187d2ca151b9834bdc2f2e6e05ad2d8 (patch)
tree9e562f9243473b4156c939dcce042fa9049494a8 /unix/tclUnixPort.h
parent63224df965c165226da5226eba2d0036d0b6d2b3 (diff)
parenta27cc004d279f6e156c70540cee7c5f68f315025 (diff)
downloadtcl-7172ae907187d2ca151b9834bdc2f2e6e05ad2d8.zip
tcl-7172ae907187d2ca151b9834bdc2f2e6e05ad2d8.tar.gz
tcl-7172ae907187d2ca151b9834bdc2f2e6e05ad2d8.tar.bz2
merge core-8-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 *);