From c5abf54be1dc6c8fa215edf2cbfd06dc39ca10e5 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 15 Jan 2003 03:32:22 +0000 Subject: [PATCH] Fixed typo. --- include/winnt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))