summaryrefslogtreecommitdiff
path: root/win32/syslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/syslog.h')
-rw-r--r--win32/syslog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/win32/syslog.h b/win32/syslog.h
index 420e44b913..ac2651e7e0 100644
--- a/win32/syslog.h
+++ b/win32/syslog.h
@@ -11,8 +11,8 @@
* that will have to be done later.
*/
-#ifndef _SYS_LOG_H
-#define _SYS_LOG_H
+#ifndef SYSLOG_H
+#define SYSLOG_H
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
@@ -70,4 +70,4 @@ extern void openlog(const char *, int, int);
extern void syslog(int, const char *, ...);
-#endif /* _SYS_LOG_H */
+#endif /* SYSLOG_H */