summaryrefslogtreecommitdiff
path: root/win32/wsyslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/wsyslog.c')
-rw-r--r--win32/wsyslog.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/win32/wsyslog.c b/win32/wsyslog.c
index 8244fa12f7..6b0f03e8ea 100644
--- a/win32/wsyslog.c
+++ b/win32/wsyslog.c
@@ -127,3 +127,12 @@ void openlog(const char *ident, int logopt, int facility)
PW32G(log_source) = RegisterEventSource(NULL, "PHP-" PHP_VERSION);
spprintf(&PW32G(log_header), 0, (logopt & LOG_PID) ? "%s[%d]" : "%s", ident, getpid());
}
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */