summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-23 13:43:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-23 13:43:49 (GMT)
commit89890a88e601c3fead67d7c05822cc3fec206835 (patch)
tree6c18018292948ce7ebb1c39101680b25adc0cb64 /unix/tclUnixPort.h
parent5074a34663a4856b5bb29a726570229b5206e2b9 (diff)
parentcf8d2f27eb557704106ab305dbb4b05d9bffae60 (diff)
downloadtcl-89890a88e601c3fead67d7c05822cc3fec206835.zip
tcl-89890a88e601c3fead67d7c05822cc3fec206835.tar.gz
tcl-89890a88e601c3fead67d7c05822cc3fec206835.tar.bz2
Merge 8.7
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 d878a86..ede87ad 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -103,8 +103,8 @@ typedef off_t Tcl_SeekOffset;
__declspec(dllimport) extern __stdcall int MultiByteToWideChar(int, int, const char *, int,
WCHAR *, int);
__declspec(dllimport) extern __stdcall void OutputDebugStringW(const WCHAR *);
- __declspec(dllimport) extern __stdcall int IsDebuggerPresent();
- __declspec(dllimport) extern __stdcall int GetLastError();
+ __declspec(dllimport) extern __stdcall int IsDebuggerPresent(void);
+ __declspec(dllimport) extern __stdcall int GetLastError(void);
__declspec(dllimport) extern __stdcall int GetFileAttributesW(const WCHAR *);
__declspec(dllimport) extern __stdcall int SetFileAttributesW(const WCHAR *, int);