From c3226b25fedf661c6bda6f13e542d407ecb2a440 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Thu, 10 Oct 2013 00:18:47 +0200 Subject: [PATCH] Fixed Windows build --- indra/llplugin/slplugin/slplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llplugin/slplugin/slplugin.cpp b/indra/llplugin/slplugin/slplugin.cpp index e220ec6f8..1c11b30e1 100644 --- a/indra/llplugin/slplugin/slplugin.cpp +++ b/indra/llplugin/slplugin/slplugin.cpp @@ -244,8 +244,8 @@ int main(int argc, char **argv) signal(SIGBUS, &crash_handler); // bus error signal(SIGSEGV, &crash_handler); // segmentation violation signal(SIGSYS, &crash_handler); // non-existent system call invoked -#endif } +#endif #if LL_DARWIN setupCocoa();