We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d98f13 commit ee6c2ebCopy full SHA for ee6c2eb
Core/CoreWin32.cpp
@@ -489,6 +489,8 @@ void appInitPlatform()
489
// To catch such exceptions, hook abort() function.
490
signal(SIGABRT, AbortHandler);
491
#endif // VSTUDIO_INTEGRATION
492
+ // Increase standard 512 open file limit. Note: it seems it can't be increased more than 2048 (stackoverflow says).
493
+ _setmaxstdio(1024);
494
}
495
496
void appCopyTextToClipboard(const char* text)
umodel.exe
0 Bytes
0 commit comments