commit | 97709148c3fc545db988265f9df70ba94770a73d | [log] [tgz] |
---|---|---|
author | Jon Griffiths <jon_p_griffiths@yahoo.com> | Sat Jun 28 04:25:54 2008 -0700 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jun 30 15:00:08 2008 +0200 |
tree | cc6c4ad3f52c16cb95154d7c9c85bba18520fac3 | |
parent | 927335ef158e622b8af36b3d06d93c88eda9555d [diff] [blame] |
include/basetsd.h: Ignore cpu checks whn __midl is defined.
diff --git a/include/basetsd.h b/include/basetsd.h index 440112a..8f853a4 100644 --- a/include/basetsd.h +++ b/include/basetsd.h
@@ -267,7 +267,7 @@ # 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