summaryrefslogtreecommitdiffstats
path: root/apps/mmi-browser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mmi-browser.cpp')
-rw-r--r--apps/mmi-browser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mmi-browser.cpp b/apps/mmi-browser.cpp
index ff326f1..a6db6ec 100644
--- a/apps/mmi-browser.cpp
+++ b/apps/mmi-browser.cpp
@@ -124,7 +124,7 @@ int main(int argc, char** argv) {
std::set_terminate(customTerminate);
-#ifdef HAS_SIGNAL_H
+#if defined(HAS_SIGNAL_H) && !defined(WIN32)
signal(SIGPIPE, SIG_IGN);
#endif