diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-03-16 21:26:01 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-16 21:26:01 +0000 |
| commit | da85f7f5fc233a10abf3cbcbda547c918b67fb27 (patch) | |
| tree | cf196e3f59770ee720b4ad387eee004b4f28f762 /src/os/win32/ngx_win32_config.h | |
| parent | 9c61095a30ed2b6bf051dacbbbd26ae2769d9e34 (diff) | |
| download | nginx-da85f7f5fc233a10abf3cbcbda547c918b67fb27.tar.gz nginx-da85f7f5fc233a10abf3cbcbda547c918b67fb27.tar.bz2 | |
nginx-0.0.3-2004-03-17-00:26:01 import
Diffstat (limited to 'src/os/win32/ngx_win32_config.h')
| -rw-r--r-- | src/os/win32/ngx_win32_config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/os/win32/ngx_win32_config.h b/src/os/win32/ngx_win32_config.h index 3b3f71145..b6388f5f7 100644 --- a/src/os/win32/ngx_win32_config.h +++ b/src/os/win32/ngx_win32_config.h @@ -27,6 +27,7 @@ #ifdef _MSC_VER #pragma warning(default:4201) + /* disable some "-W4" level warnings */ #pragma warning(disable:4054) @@ -49,7 +50,7 @@ #include <ngx_auto_config.h> -#define ngx_inline __inline +#define ngx_inlie __inline #ifdef _MSC_VER |
