diff --git a/include/winnt.h b/include/winnt.h index 34b8f02ee9d..4405e6167ac 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -48,7 +48,7 @@ #endif #ifndef DECLSPEC_NORETURN -# if (_MSVC_VER >= 1200) && !defined(MIDL_PASS) +# if (_MSC_VER >= 1200) && !defined(MIDL_PASS) # define DECLSPEC_NORETURN __declspec(noreturn) # elif defined(__GNUC__) # define DECLSPEC_NORETURN __attribute__((noreturn))