Rob Shearman : include: Make dmusici. h compile when it is included after winspool.h.

Alexandre Julliard julliard at winehq.org
Wed Sep 17 07:15:17 CDT 2008


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

Author: Rob Shearman <robertshearman at gmail.com>
Date:   Wed Sep 17 10:57:32 2008 +0100

include: Make dmusici.h compile when it is included after winspool.h.

---

 include/dmusici.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/dmusici.h b/include/dmusici.h
index c6e6852..2eb6daa 100644
--- a/include/dmusici.h
+++ b/include/dmusici.h
@@ -34,6 +34,10 @@
 #include <dmplugin.h>
 #include <pshpack8.h>
 
+#ifdef WINE_NO_UNICODE_MACROS
+#undef AddPort
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif




More information about the wine-cvs mailing list