summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-01-03 15:11:25 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-01-03 15:11:25 (GMT)
commit32f3dce79de78263b4583ff3f80d98deb3a042a2 (patch)
tree43320dfffbbc3361359d683eea5ee0d6bdbe13a9 /unix
parentb0e6ac7da971dfe524e51a17770c118b3af51505 (diff)
parent4a038240c4966cfaa72e90901a3a9951f6f3d020 (diff)
downloadtcl-32f3dce79de78263b4583ff3f80d98deb3a042a2.zip
tcl-32f3dce79de78263b4583ff3f80d98deb3a042a2.tar.gz
tcl-32f3dce79de78263b4583ff3f80d98deb3a042a2.tar.bz2
merge 8.7
Diffstat (limited to 'unix')
-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 *);