summaryrefslogtreecommitdiffstats
path: root/test/src/test-w3c.cpp
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-13 17:04:54 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-13 17:04:54 (GMT)
commit5342ef51367116726454ebdbd4bc27f0de3354b2 (patch)
tree506ee7b8ce873b6024baf59b3cafecc4fb3c9770 /test/src/test-w3c.cpp
parentf52a7dce4ada921094ab6bff7df7faa81d7a3924 (diff)
downloaduscxml-5342ef51367116726454ebdbd4bc27f0de3354b2.zip
uscxml-5342ef51367116726454ebdbd4bc27f0de3354b2.tar.gz
uscxml-5342ef51367116726454ebdbd4bc27f0de3354b2.tar.bz2
Windows port compiles again
Diffstat (limited to 'test/src/test-w3c.cpp')
-rw-r--r--test/src/test-w3c.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/test-w3c.cpp b/test/src/test-w3c.cpp
index 3b6c43a..f18b339 100644
--- a/test/src/test-w3c.cpp
+++ b/test/src/test-w3c.cpp
@@ -109,7 +109,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