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
This commit is contained in:
angelo 1995-03-06 16:47:35 +00:00
parent a2d87b7536
commit 39536eafa0

View File

@ -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 */