summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2004-02-02 08:12:58 (GMT)
committerdavygrvy <davygrvy@noemail.net>2004-02-02 08:12:58 (GMT)
commit4831c3b07d08b516534bd4cc50e8bc31f93e1fa4 (patch)
tree768e8f91dd10bc87d359b5927d335baa4063ef95 /win
parent9a7d67959e1fc52d0e16e4aa1cc28323e6b73f67 (diff)
downloadtk-4831c3b07d08b516534bd4cc50e8bc31f93e1fa4.zip
tk-4831c3b07d08b516534bd4cc50e8bc31f93e1fa4.tar.gz
tk-4831c3b07d08b516534bd4cc50e8bc31f93e1fa4.tar.bz2
#include <malloc.h> has no purpose.
FossilOrigin-Name: 393d21c5f0f4e3ecdd3ed38a1302f9aa35c39f59
Diffstat (limited to 'win')
-rw-r--r--win/winMain.c3
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"