diff options
Diffstat (limited to 'src/os/win32/ngx_atomic.h')
| -rw-r--r-- | src/os/win32/ngx_atomic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/win32/ngx_atomic.h b/src/os/win32/ngx_atomic.h index 3ef150996..b4915d0a2 100644 --- a/src/os/win32/ngx_atomic.h +++ b/src/os/win32/ngx_atomic.h @@ -18,7 +18,7 @@ #define ngx_atomic_inc(p) InterlockedIncrement((long *) p) -#if defined( __WATCOMC__ ) || defined( __BORLANDC__ ) +#if defined( __WATCOMC__ ) || defined( __BORLANDC__ ) || ( _MSC_VER >= 1300 ) /* the new SDK headers */ |
