summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-07-03 00:45:21 +0000
committerSascha Schumann <sas@php.net>2000-07-03 00:45:21 +0000
commit0db799424836c0668963596ab3003db122b0be38 (patch)
tree9aec6f6a08ea086357ed67c5ee38940a0f32bb71 /win32
parentcd754d7825924708ac00aef2e9c9f17d8e2f037c (diff)
downloadphp-git-0db799424836c0668963596ab3003db122b0be38.tar.gz
Rename macros which begin with underscore to valid macros.
Diffstat (limited to 'win32')
-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 */