comparison src/os/win32/ngx_win32_config.h @ 294:5cfd65b8b0a7

nginx-0.0.3-2004-03-23-09:01:52 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 23 Mar 2004 06:01:52 +0000
parents a472bfb778b3
children ee394e997c77
comparison
equal deleted inserted replaced
293:ec3c049681fd 294:5cfd65b8b0a7
48 #endif 48 #endif
49 49
50 #include <ngx_auto_config.h> 50 #include <ngx_auto_config.h>
51 51
52 52
53 #define ngx_inlie __inline 53 #define ngx_inline __inline
54 54
55 55
56 #ifdef _MSC_VER 56 #ifdef _MSC_VER
57 typedef unsigned __int32 uint32_t; 57 typedef unsigned __int32 uint32_t;
58 #else /* __WATCOMC__ */ 58 #else /* __WATCOMC__ */