diff --git a/reactos/lib/3rdparty/strmbase/dispatch.c b/reactos/lib/3rdparty/strmbase/dispatch.c index 97b04e57652..a9ed1591494 100644 --- a/reactos/lib/3rdparty/strmbase/dispatch.c +++ b/reactos/lib/3rdparty/strmbase/dispatch.c @@ -20,6 +20,8 @@ #include "strmbase_private.h" +#include + HRESULT WINAPI BaseDispatch_Init(BaseDispatch *This, REFIID riid) { HRESULT hr = E_FAIL; diff --git a/reactos/lib/3rdparty/strmbase/outputqueue.c b/reactos/lib/3rdparty/strmbase/outputqueue.c index ac54365153a..64392ccb088 100644 --- a/reactos/lib/3rdparty/strmbase/outputqueue.c +++ b/reactos/lib/3rdparty/strmbase/outputqueue.c @@ -20,6 +20,8 @@ #include "strmbase_private.h" +#include + enum {SAMPLE_PACKET, EOS_PACKET}; typedef struct tagQueuedEvent { diff --git a/reactos/lib/3rdparty/strmbase/strmbase_private.h b/reactos/lib/3rdparty/strmbase/strmbase_private.h index 02d75cf0314..7eb5c97057d 100644 --- a/reactos/lib/3rdparty/strmbase/strmbase_private.h +++ b/reactos/lib/3rdparty/strmbase/strmbase_private.h @@ -18,24 +18,29 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include +#include #include +#include #define WIN32_NO_STATUS +#define _INC_WINDOWS +#define COM_NO_WINDOWS_H #define WIN32_LEAN_AND_MEAN #define COBJMACROS #define NONAMELESSSTRUCT #define NONAMELESSUNION +#include +#include +#include #include -#include +#include #include #include -#include WINE_DEFAULT_DEBUG_CHANNEL(strmbase); /* Quality Control */