Module: wine Branch: master Commit: 12042c040fea34069ce25c5a81b06cee845f4298 URL: http://source.winehq.org/git/wine.git/?a=commit;h=12042c040fea34069ce25c5a81...
Author: Francois Gouget fgouget@free.fr Date: Tue Jun 12 17:50:49 2007 +0200
msdmo: dmoreg.h should include mediaobj.h.
---
include/dmoreg.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/dmoreg.h b/include/dmoreg.h index 592cbd3..0852346 100644 --- a/include/dmoreg.h +++ b/include/dmoreg.h @@ -19,6 +19,8 @@ #ifndef __DMOREG_H__ #define __DMOREG_H__
+#include "mediaobj.h" + typedef struct _DMO_PARTIAL_MEDIATYPE { GUID type;