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

linux crash on diacritics enter should be fixed

This commit is contained in:
John Preston
2015-09-25 18:03:57 +03:00
parent d8b421993d
commit 00c9d16925
7 changed files with 40 additions and 2 deletions

View File

@@ -25,6 +25,9 @@ int main(int argc, char *argv[]) {
#ifdef _NEED_WIN_GENERATE_DUMP
_oldWndExceptionFilter = SetUnhandledExceptionFilter(_exceptionFilter);
#endif
#ifdef _NEED_LINUX_GENERATE_DUMP
//signal(SIGSEGV, _sigsegvHandler);
#endif
InitOpenSSL _init;