Fixed typo.

This commit is contained in:
Alexandre Julliard 2003-01-15 03:32:22 +00:00
parent d1e46c5d5b
commit c5abf54be1
1 changed files with 1 additions and 1 deletions

View File

@ -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))