diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-10 09:54:42 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-10 09:54:42 (GMT) |
| commit | 7e8566a02f05d46b53d404cfc683b69c43d2f6b3 (patch) | |
| tree | 308274ad15d92391a3592b101e13ea184cecfa9f /generic/tclTest.c | |
| parent | ef824045bfea5623a926d2cc1046fc2e633cff66 (diff) | |
| download | tcl-7e8566a02f05d46b53d404cfc683b69c43d2f6b3.zip tcl-7e8566a02f05d46b53d404cfc683b69c43d2f6b3.tar.gz tcl-7e8566a02f05d46b53d404cfc683b69c43d2f6b3.tar.bz2 | |
Fix Windows build with --disable-shared: Make sure that test-code is never compiled with -DBUILD_tcl -DSTATIC_BUILD
Diffstat (limited to 'generic/tclTest.c')
| -rw-r--r-- | generic/tclTest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c index fc0213e..293d887 100644 --- a/generic/tclTest.c +++ b/generic/tclTest.c @@ -15,6 +15,7 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ +#undef BUILD_tcl #undef STATIC_BUILD #ifndef USE_TCL_STUBS # define USE_TCL_STUBS |
