summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-31 07:09:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-31 07:09:46 (GMT)
commit998384d14959533914f0aa6cacaa0bd26a590ba2 (patch)
treeb13d31bc0ccbff66c34e7e358f9ee5b9402ae16d /unix/tclUnixPort.h
parentc578a1e4fab8865107a12a0b38f2c50d9c0d6741 (diff)
downloadtcl-998384d14959533914f0aa6cacaa0bd26a590ba2.zip
tcl-998384d14959533914f0aa6cacaa0bd26a590ba2.tar.gz
tcl-998384d14959533914f0aa6cacaa0bd26a590ba2.tar.bz2
Internal API simplifications: Don't use types like HINSTANCE/HMODULE any more, just void*. Has effect only on Win32 and Cygwin.
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index b3ad0bf..77426c8 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -90,11 +90,8 @@ typedef off_t Tcl_SeekOffset;
extern "C" {
#endif
/* Make some symbols available without including <windows.h> */
-# define DWORD unsigned int
# define CP_UTF8 65001
# define GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS 0x00000004
-# define HANDLE void *
-# define HINSTANCE void *
# define SOCKET unsigned int
# define WSAEWOULDBLOCK 10035
typedef unsigned short WCHAR;