comparison src/os/win32/ngx_gui.h @ 503:b1648294f693 release-0.1.26

nginx-0.1.26-RELEASE import *) Change: the invalid client header lines are now ignored and logged at the info level. *) Change: the server name is also logged in error log. *) Feature: the ngx_http_auth_basic_module module and the auth_basic and auth_basic_user_file directives.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 22 Mar 2005 16:02:46 +0000
parents 621229427cba
children
comparison
equal deleted inserted replaced
502:2017b79d7db5 503:b1648294f693
11 #include <ngx_config.h> 11 #include <ngx_config.h>
12 #include <ngx_core.h> 12 #include <ngx_core.h>
13 #include <ngx_gui_resources.h> 13 #include <ngx_gui_resources.h>
14 14
15 15
16 void ngx_message_box(char *title, ngx_uint_t type, ngx_err_t err, 16 void ngx_cdecl ngx_message_box(char *title, ngx_uint_t type, ngx_err_t err,
17 const char *fmt, ...); 17 const char *fmt, ...);
18 18
19 ngx_int_t ngx_system_tray_icon(HWND window, u_long action, 19 ngx_int_t ngx_system_tray_icon(HWND window, u_long action,
20 HICON icon, u_char *tip); 20 HICON icon, u_char *tip);
21 21
22 22
23 #endif /* _NGX_GUI_H_INCLUDED_ */ 23 #endif /* _NGX_GUI_H_INCLUDED_ */