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

This commit is contained in:
Rob Shearman 2008-09-17 10:57:32 +01:00 committed by Alexandre Julliard
parent f530cf9e76
commit d524a761a1

View file

@ -34,6 +34,10 @@
#include <dmplugin.h>
#include <pshpack8.h>
#ifdef WINE_NO_UNICODE_MACROS
#undef AddPort
#endif
#ifdef __cplusplus
extern "C" {
#endif