diff options
author | davygrvy <davygrvy> | 2004-02-02 08:12:58 (GMT) |
---|---|---|
committer | davygrvy <davygrvy> | 2004-02-02 08:12:58 (GMT) |
commit | 71039329de42d6a7cb67e58f6d440a4aab1e24b0 (patch) | |
tree | 768e8f91dd10bc87d359b5927d335baa4063ef95 | |
parent | e169bd4a72c7f10fbb23ceb76493729a5ef27feb (diff) | |
download | tk-71039329de42d6a7cb67e58f6d440a4aab1e24b0.zip tk-71039329de42d6a7cb67e58f6d440a4aab1e24b0.tar.gz tk-71039329de42d6a7cb67e58f6d440a4aab1e24b0.tar.bz2 |
#include <malloc.h> has no purpose.
-rw-r--r-- | win/winMain.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/winMain.c b/win/winMain.c index 9636dc0..7a05b5e 100644 --- a/win/winMain.c +++ b/win/winMain.c @@ -9,14 +9,13 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: winMain.c,v 1.20 2004/02/01 10:44:54 davygrvy Exp $ + * RCS: @(#) $Id: winMain.c,v 1.21 2004/02/02 08:12:58 davygrvy Exp $ */ #include <tk.h> #define WIN32_LEAN_AND_MEAN #include <windows.h> #undef WIN32_LEAN_AND_MEAN -#include <malloc.h> #include <locale.h> #include "tkInt.h" |