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

Alexandre Julliard julliard at winehq.org
Mon Jun 30 08:27:16 CDT 2008


Module: wine
Branch: master
Commit: 97709148c3fc545db988265f9df70ba94770a73d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=97709148c3fc545db988265f9df70ba94770a73d

Author: Jon Griffiths <jon_p_griffiths at yahoo.com>
Date:   Sat Jun 28 04:25:54 2008 -0700

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

---

 include/basetsd.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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




More information about the wine-cvs mailing list