diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-12-28 21:59:35 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-12-28 21:59:35 (GMT) |
| commit | 3a84b4db7ee185ceae7feafb1d90f8225d973815 (patch) | |
| tree | e8967724b3a4c7a44683320b8824c084216a6085 /unix/tclUnixPort.h | |
| parent | 69be965a23d98385d4acac0644ae83c5c24c1662 (diff) | |
| parent | d08f08a24d7360b80c69b576fd4645f5ecdb8fe5 (diff) | |
| download | tcl-3a84b4db7ee185ceae7feafb1d90f8225d973815.zip tcl-3a84b4db7ee185ceae7feafb1d90f8225d973815.tar.gz tcl-3a84b4db7ee185ceae7feafb1d90f8225d973815.tar.bz2 | |
merge trunk
Diffstat (limited to 'unix/tclUnixPort.h')
| -rw-r--r-- | unix/tclUnixPort.h | 4 |
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 *); |
