- Sync with trunk r58248 to bring the latest changes from Amine (headers) and others...
[reactos.git] / dll / directx / amstream / amstream_private.h
index 69fd23f..d1edbf5 100644 (file)
 #ifndef __AMSTREAM_PRIVATE_INCLUDED__
 #define __AMSTREAM_PRIVATE_INCLUDED__
 
-#include <stdarg.h>
+#define WIN32_NO_STATUS
+#define WIN32_LEAN_AND_MEAN
 
-#include "windef.h"
-#include "winbase.h"
-#include "wtypes.h"
-#include "wingdi.h"
-#include "winuser.h"
-#include "dshow.h"
-#include "mmstream.h"
+//#include <stdarg.h>
+
+//#include "windef.h"
+//#include "winbase.h"
+//#include "wtypes.h"
+//#include "wingdi.h"
+//#include "winuser.h"
+#include <dshow.h>
+#include <mmstream.h>
 
 HRESULT AM_create(IUnknown *pUnkOuter, LPVOID *ppObj) DECLSPEC_HIDDEN;
 HRESULT MediaStreamFilter_create(IUnknown *pUnkOuter, LPVOID *ppObj) DECLSPEC_HIDDEN;