(svn r27092) -Fix/Add [FS#6186]: Compilation on OS/2 (smedles)

This commit is contained in:
frosch
2014-12-24 17:17:18 +00:00
parent 23b44140a9
commit 93fb724f87
9 changed files with 836 additions and 1 deletions

View File

@@ -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()