summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/winutil.c2
-rw-r--r--win32/winutil.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/winutil.c b/win32/winutil.c
index d22aa308dc..b7035994e7 100644
--- a/win32/winutil.c
+++ b/win32/winutil.c
@@ -6,7 +6,7 @@
static char Win_Error_msg[256];
#endif
-char *php3_win_err(void)
+char *php_win_err(void)
{
FormatMessage(
FORMAT_MESSAGE_FROM_SYSTEM,
diff --git a/win32/winutil.h b/win32/winutil.h
index ca6c63a245..9e4feca8a4 100644
--- a/win32/winutil.h
+++ b/win32/winutil.h
@@ -1 +1 @@
-extern char *php3_win_err(void);
+extern char *php_win_err(void);