summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-05 13:11:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-05 13:11:16 (GMT)
commita97986e446d147a43380e7cd2b03d3a8307b10e2 (patch)
tree6814c7134e5d9de9b7e6a8db63b5087f3fa2b436 /generic
parentde1031fb6be21ea195cf59b90028d18329175eac (diff)
parent9880b91da54231f91d6f22983945c385ccfab129 (diff)
downloadtk-a97986e446d147a43380e7cd2b03d3a8307b10e2.zip
tk-a97986e446d147a43380e7cd2b03d3a8307b10e2.tar.gz
tk-a97986e446d147a43380e7cd2b03d3a8307b10e2.tar.bz2
Merge 8.6
Diffstat (limited to 'generic')
-rw-r--r--generic/tkMain.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/generic/tkMain.c b/generic/tkMain.c
index 17031dc..ccb624b 100644
--- a/generic/tkMain.c
+++ b/generic/tkMain.c
@@ -14,21 +14,6 @@
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
-/**
- * On Windows, this file needs to be compiled twice, once with
- * TK_ASCII_MAIN defined. This way both Tk_MainEx and Tk_MainExW
- * can be implemented, sharing the same source code.
- */
-#if defined(TK_ASCII_MAIN)
-# ifdef UNICODE
-# undef UNICODE
-# undef _UNICODE
-# else
-# define UNICODE
-# define _UNICODE
-# endif
-#endif
-
#include "tkInt.h"
extern int TkCygwinMainEx(int, char **, Tcl_AppInitProc *, Tcl_Interp *);