diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-01-17 12:45:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-01-17 12:45:01 (GMT) |
commit | ed6aa022a650d9d95b10439cc1b261d0e2727eab (patch) | |
tree | 0f9ac9671eb27f83081e35e4b9ee66c69923fec9 /generic/tclIntPlatDecls.h | |
parent | 0019582fd2f3684654bcf6a14b64103461919179 (diff) | |
parent | 7ea11c7f9865dc680b102ea9497fc75634be25e4 (diff) | |
download | tcl-ed6aa022a650d9d95b10439cc1b261d0e2727eab.zip tcl-ed6aa022a650d9d95b10439cc1b261d0e2727eab.tar.gz tcl-ed6aa022a650d9d95b10439cc1b261d0e2727eab.tar.bz2 |
TIP #485 implementation, Tcl 9.0 part: Realy remove code which was declared deprecated in 8.7
Diffstat (limited to 'generic/tclIntPlatDecls.h')
-rw-r--r-- | generic/tclIntPlatDecls.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/generic/tclIntPlatDecls.h b/generic/tclIntPlatDecls.h index 54c35de..437ed24 100644 --- a/generic/tclIntPlatDecls.h +++ b/generic/tclIntPlatDecls.h @@ -506,10 +506,6 @@ extern const TclIntPlatStubs *tclIntPlatStubsPtr; #define TCL_STORAGE_CLASS DLLIMPORT #define TclWinGetPlatformId() (2) /* VER_PLATFORM_WIN32_NT */ #define TclWinConvertWSAError TclWinConvertError -#undef TclWinResetInterfaces -#define TclWinResetInterfaces() /* nop */ -#undef TclWinSetInterfaces -#define TclWinSetInterfaces(dummy) /* nop */ #if !defined(_WIN32) # undef TclpGetPid |