summaryrefslogtreecommitdiff
path: root/tests/log
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-25 10:40:46 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-25 10:40:46 +0100
commitc9910f786760a6055048e21583ed6488d4b354c9 (patch)
tree5cda566409912cd65a3b23765626153b6cc78d71 /tests/log
parent97ab7b1acf1dcbc5f1fff1a279949ef0919e1b78 (diff)
downloadwolfbones-c9910f786760a6055048e21583ed6488d4b354c9.tar.gz
wolfbones-c9910f786760a6055048e21583ed6488d4b354c9.tar.bz2
another _WIN32
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