summaryrefslogtreecommitdiffstats
path: root/generic/tclIntPlatDecls.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-01-17 12:56:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-01-17 12:56:22 (GMT)
commit1c58e29da28ad2a5a2307da0d8384bedc8891040 (patch)
tree72b86e677f3e64764990f4516698db2242221780 /generic/tclIntPlatDecls.h
parented6aa022a650d9d95b10439cc1b261d0e2727eab (diff)
downloadtcl-1c58e29da28ad2a5a2307da0d8384bedc8891040.zip
tcl-1c58e29da28ad2a5a2307da0d8384bedc8891040.tar.gz
tcl-1c58e29da28ad2a5a2307da0d8384bedc8891040.tar.bz2
Remove Tcl_CaseObjCmd from tclInt.h as well (was missing in previous commit)
Diffstat (limited to 'generic/tclIntPlatDecls.h')
-rw-r--r--generic/tclIntPlatDecls.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclIntPlatDecls.h b/generic/tclIntPlatDecls.h
index 437ed24..99d6753 100644
--- a/generic/tclIntPlatDecls.h
+++ b/generic/tclIntPlatDecls.h
@@ -504,7 +504,6 @@ extern const TclIntPlatStubs *tclIntPlatStubsPtr;
#undef TCL_STORAGE_CLASS
#define TCL_STORAGE_CLASS DLLIMPORT
-#define TclWinGetPlatformId() (2) /* VER_PLATFORM_WIN32_NT */
#define TclWinConvertWSAError TclWinConvertError
#if !defined(_WIN32)