Austin English : mscms: Undefine HIWORD to avoid a conflict.

Alexandre Julliard julliard at winehq.org
Tue Sep 23 09:28:29 CDT 2008


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

Author: Austin English <austinenglish at 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




More information about the wine-cvs mailing list