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:
parent
a2d87b7536
commit
39536eafa0
@ -182,6 +182,10 @@ void S4FUNCTION d4init( CODE4 *c4 )
|
|||||||
return ;
|
return ;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef S4WINDOWS
|
||||||
|
SetHandleCount(40);
|
||||||
|
#endif
|
||||||
|
|
||||||
memset( (void *)c4, 0, sizeof( CODE4 ) ) ;
|
memset( (void *)c4, 0, sizeof( CODE4 ) ) ;
|
||||||
|
|
||||||
/* if a DLL, can't check the stack length since this is a separate executable */
|
/* if a DLL, can't check the stack length since this is a separate executable */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user