Hans Leidekker : mscms: Fix compilation with the latest lcms header.
13 Mar
2007
13 Mar
'07
9:56 p.m.
Module: wine Branch: master Commit: 83f1c1df254c8613daea2bec5645887b6b13a18c URL: http://source.winehq.org/git/wine.git/?a=commit;h=83f1c1df254c8613daea2bec56... Author: Hans Leidekker <hans(a)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
6947
Age (days ago)
6947
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard