summaryrefslogtreecommitdiff
path: root/src/log
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-04-01 09:55:02 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-04-01 09:55:02 +0200
commit63382f447a312b4d40ac1bcd8090b2cf2c626bf1 (patch)
tree04c00d645bc8f1d9ea96acdda5e30721cac0867d /src/log
parentb05465136973cfd7031972ffa7e2571d509e4ccc (diff)
downloadwolfbones-63382f447a312b4d40ac1bcd8090b2cf2c626bf1.tar.gz
wolfbones-63382f447a312b4d40ac1bcd8090b2cf2c626bf1.tar.bz2
fixed WIN32_MEAN_AND_LEAN and some docu
Diffstat (limited to 'src/log')
-rw-r--r--src/log/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log/log.c b/src/log/log.c
index c83d149..f1621b9 100644
--- a/src/log/log.c
+++ b/src/log/log.c
@@ -38,7 +38,7 @@
#endif /* defined HAVE_SYSLOG_H */
#if defined HAVE_EVENTLOG
-#define WIND32_LEAN_AND_MEAN
+#define WIN32_MEAN_AND_LEAN
#include <windows.h>
#endif /* defined HAVE_EVENTLOG */