summaryrefslogtreecommitdiff
path: root/rubysig.h
diff options
context:
space:
mode:
Diffstat (limited to 'rubysig.h')
-rw-r--r--rubysig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rubysig.h b/rubysig.h
index 2c1e5f0e0c..f14e1b595d 100644
--- a/rubysig.h
+++ b/rubysig.h
@@ -13,7 +13,7 @@
#ifndef SIG_H
#define SIG_H
-#if defined(NT) || defined(_WIN32_WCE)
+#ifdef _WIN32
typedef LONG rb_atomic_t;
# define ATOMIC_TEST(var) InterlockedExchange(&(var), 0)