aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/sim-signal.c')
-rw-r--r--sim/common/sim-signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-signal.c b/sim/common/sim-signal.c
index 757fdf2..9ff56eb 100644
--- a/sim/common/sim-signal.c
+++ b/sim/common/sim-signal.c
@@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
to not think the process has died (so it can be debugged at the point of
failure). */
-#ifdef _MSC_VER
+#ifdef _WIN32
#ifndef SIGTRAP
#define SIGTRAP 5
#endif