2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

openssl multithread locks support added

This commit is contained in:
John Preston
2015-05-19 18:42:32 +03:00
parent d92356ce28
commit 4440b42848
3 changed files with 76 additions and 11 deletions

View File

@@ -26,6 +26,8 @@ int main(int argc, char *argv[]) {
_oldWndExceptionFilter = SetUnhandledExceptionFilter(_exceptionFilter);
#endif
InitOpenSSL _init;
settingsParseArgs(argc, argv);
for (int32 i = 0; i < argc; ++i) {
if (string("-fixprevious") == argv[i]) {