Commit 83f1c1df authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

mscms: Fix compilation with the latest lcms header.

parent 35d728ef
......@@ -58,9 +58,11 @@
* (typedef) definitions.
*/
#undef BOOL
#undef DWORD
#undef LPDWORD
#define BOOL BOOL
#define DWORD DWORD
#define LPDWORD LPDWORD
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment