Hans Leidekker : mscms: Fix compilation with the latest lcms header.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Mar 13 16:56:24 CDT 2007


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

Author: Hans Leidekker <hans at it.vu.nl>
Date:   Tue Mar 13 12:42:40 2007 +0100

mscms: Fix compilation with the latest lcms header.

---

 dlls/mscms/mscms_priv.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/mscms/mscms_priv.h b/dlls/mscms/mscms_priv.h
index e05f602..9bde1c8 100644
--- a/dlls/mscms/mscms_priv.h
+++ b/dlls/mscms/mscms_priv.h
@@ -58,9 +58,11 @@
  *  (typedef) definitions.
  */
 
+#undef BOOL
 #undef DWORD
 #undef LPDWORD
 
+#define BOOL    BOOL
 #define DWORD   DWORD
 #define LPDWORD LPDWORD
 




More information about the wine-cvs mailing list