From 39536eafa0a8831c1774683acae85ab2b00702cc Mon Sep 17 00:00:00 2001 From: angelo Date: Mon, 6 Mar 1995 16:47:35 +0000 Subject: [PATCH] This commit was generated by cvs2svn to compensate for changes in r1075, which included commits to RCS files with non-trunk default branches. git-svn-id: svn://10.65.10.50/trunk@1076 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cb5/c4code.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cb5/c4code.c b/cb5/c4code.c index a985fd1ca..7f76a9a7b 100755 --- a/cb5/c4code.c +++ b/cb5/c4code.c @@ -182,6 +182,10 @@ void S4FUNCTION d4init( CODE4 *c4 ) return ; #endif +#ifdef S4WINDOWS + SetHandleCount(40); +#endif + memset( (void *)c4, 0, sizeof( CODE4 ) ) ; /* if a DLL, can't check the stack length since this is a separate executable */