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 /win/tclWinTest.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 'win/tclWinTest.c')
| -rw-r--r-- | win/tclWinTest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/tclWinTest.c b/win/tclWinTest.c index 9a4c082..1b679a9 100644 --- a/win/tclWinTest.c +++ b/win/tclWinTest.c @@ -9,6 +9,8 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ +#undef BUILD_tcl +#undef STATIC_BUILD #ifndef USE_TCL_STUBS # define USE_TCL_STUBS #endif |
