summaryrefslogtreecommitdiff
path: root/tests/log
diff options
context:
space:
mode:
Diffstat (limited to 'tests/log')
-rw-r--r--tests/log/test_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/log/test_log.c b/tests/log/test_log.c
index 687775c..cfe052d 100644
--- a/tests/log/test_log.c
+++ b/tests/log/test_log.c
@@ -5,7 +5,7 @@
#include <stdlib.h> /* for exit, EXIT_SUCCESS, free */
#include <errno.h> /* for errno */
-#if _WIN32
+#ifdef _WIN32
#define WIND32_LEAN_AND_MEAN
#include <windows.h>
#endif