summaryrefslogtreecommitdiff
path: root/dll.c
diff options
context:
space:
mode:
Diffstat (limited to 'dll.c')
-rw-r--r--dll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dll.c b/dll.c
index dc1788f..d26f8fd 100644
--- a/dll.c
+++ b/dll.c
@@ -16,7 +16,7 @@ BOOL (WINAPI *_pthread_try_enter_critical_section)(LPCRITICAL_SECTION) = NULL;
/* Handle to kernel32.dll */
static HINSTANCE _pthread_h_kernel32;
-#ifdef _WIN32
+#ifdef _MSC_VER
/*
* lpvReserved yields an unreferenced formal parameter;
* ignore it