aboutsummaryrefslogtreecommitdiff
path: root/src/os/win32/ngx_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/win32/ngx_gui.c')
-rw-r--r--src/os/win32/ngx_gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/os/win32/ngx_gui.c b/src/os/win32/ngx_gui.c
index 36d3c49d2..138d44a6b 100644
--- a/src/os/win32/ngx_gui.c
+++ b/src/os/win32/ngx_gui.c
@@ -11,7 +11,8 @@
#define NGX_MAX_TEXT 2048
-void ngx_cdecl ngx_message_box(char *title, ngx_uint_t type, ngx_err_t err,
+void __cdecl
+ngx_message_box(char *title, ngx_uint_t type, ngx_err_t err,
const char *fmt, ...)
{
va_list args;