From a0eaa154d91e027df5a6ebd684238056e8c2505c Mon Sep 17 00:00:00 2001 From: stanton Date: Fri, 23 Apr 1999 01:57:36 +0000 Subject: *** empty log message *** FossilOrigin-Name: ca86d9157051c8f81df74249637258054705c26a --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index c464566..cb4cc42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +1999-04-22 + + * win/tclWinFCmd.c: + * win/tclWin32Dll.c: Changed uses of "try" to "__try", since that + is the actual keyword. This eliminates the need for some -D flags + from the makefile. + + * generic/tclPort.h: Added include of tcl.h since it defines + various Windows macros that are needed before deciding which + platform porting file to use. + + * generic/tclEvent.c: lint + + * win/tclWinInit.c (TclpInitPlatform): Added call to TclWinInit + when building a static library since DllMain will not be invoked. + This could break old code that explicitly called TclWinInit, but + should be simpler in the long run. + 1999-04-22 Scott Stanton * generic/tclInt.h: -- cgit v0.12