Module: wine Branch: master Commit: c71a89c59773d854e27908e8569a2e8a859a742c URL: http://source.winehq.org/git/wine.git/?a=commit;h=c71a89c59773d854e27908e856...
Author: Austin English austinenglish@gmail.com Date: Mon Sep 22 17:26:42 2008 -0400
mscms: Undefine HIWORD to avoid a conflict.
---
dlls/mscms/mscms_priv.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/mscms/mscms_priv.h b/dlls/mscms/mscms_priv.h index c979ea8..479148b 100644 --- a/dlls/mscms/mscms_priv.h +++ b/dlls/mscms/mscms_priv.h @@ -44,6 +44,7 @@ #undef CopyMemory
#undef LOWORD +#undef HIWORD #undef MAX_PATH
#ifdef HAVE_LCMS_LCMS_H