summaryrefslogtreecommitdiff
path: root/ext/filepro/filepro.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filepro/filepro.c')
-rw-r--r--ext/filepro/filepro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/filepro/filepro.c b/ext/filepro/filepro.c
index d3a4f86d1f..cb7ec89986 100644
--- a/ext/filepro/filepro.c
+++ b/ext/filepro/filepro.c
@@ -151,7 +151,7 @@ zend_module_entry filepro_module_entry = {
#ifdef COMPILE_DL_FILEPRO
ZEND_GET_MODULE(filepro)
-#if (WIN32|WINNT) && defined(THREAD_SAFE)
+#if defined(PHP_WIN32) && defined(THREAD_SAFE)
/*NOTE: You should have an odbc.def file where you
export DllMain*/