(svn r27092) -Fix/Add [FS#6186]: Compilation on OS/2 (smedles)
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
||||
param(param),
|
||||
self_destruct(self_destruct)
|
||||
{
|
||||
thread = _beginthread(stThreadProc, NULL, 32768, this);
|
||||
thread = _beginthread(stThreadProc, NULL, 1048576, this);
|
||||
}
|
||||
|
||||
/* virtual */ bool Exit()
|
||||
|
Reference in New Issue
Block a user