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

oldstable
Rob Shearman 2008-09-17 10:57:32 +01:00 committed by Alexandre Julliard
parent f530cf9e76
commit d524a761a1
1 changed files with 4 additions and 0 deletions

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