include/basetsd.h: Ignore cpu checks whn __midl is defined.

This commit is contained in:
Jon Griffiths 2008-06-28 04:25:54 -07:00 committed by Alexandre Julliard
parent 927335ef15
commit 97709148c3
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ typedef ULONG_PTR KAFFINITY, *PKAFFINITY;
# undef WORDS_BIGENDIAN
# undef BITFIELDS_BIGENDIAN
# undef ALLOW_UNALIGNED_ACCESS
#elif !defined(RC_INVOKED) && !defined(__WIDL__)
#elif !defined(RC_INVOKED) && !defined(__WIDL__) && !defined(__midl)
# error Unknown CPU architecture!
#endif