eeek. stupid. simple mistake.

This commit is contained in:
Hermet Park 2016-08-23 04:29:16 +09:00
parent a4952ba96e
commit d3b0347ffd
1 changed files with 2 additions and 4 deletions

View File

@ -1017,17 +1017,15 @@ enventor_lock_remove()
#endif #endif
} }
#ifndef _WIN32
static void static void
crash_handler(int x EINA_UNUSED, siginfo_t *info EINA_UNUSED, crash_handler(int x EINA_UNUSED, siginfo_t *info EINA_UNUSED,
void *data EINA_UNUSED) void *data EINA_UNUSED)
{ {
#ifndef _WIN32
EINA_LOG_ERR("Eeeek! Eventor is terminated abnormally!"); EINA_LOG_ERR("Eeeek! Eventor is terminated abnormally!");
enventor_lock_remove(); enventor_lock_remove();
#else
(void) 0;
#endif
} }
#endif
static void static void
sigaction_setup(void) sigaction_setup(void)