mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[AMSTREAM]
* Move some inclusions to the main header. * Set the default debugging channel globally through the main header. * Remove inclusions and definitions that already exist in the main header. CORE-7716 svn path=/trunk/; revision=61702
This commit is contained in:
parent
8a219f31b4
commit
eba2e22634
6 changed files with 8 additions and 76 deletions
|
@ -19,17 +19,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <wine/debug.h>
|
||||
|
||||
#define COBJMACROS
|
||||
|
||||
//#include "winbase.h"
|
||||
//#include "wingdi.h"
|
||||
|
||||
#include "amstream_private.h"
|
||||
#include <amstream.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(amstream);
|
||||
|
||||
typedef struct {
|
||||
IAMMultiMediaStream IAMMultiMediaStream_iface;
|
||||
|
|
|
@ -23,17 +23,13 @@
|
|||
|
||||
#define WIN32_NO_STATUS
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define COBJMACROS
|
||||
|
||||
//#include <stdarg.h>
|
||||
|
||||
//#include "windef.h"
|
||||
//#include "winbase.h"
|
||||
//#include "wtypes.h"
|
||||
//#include "wingdi.h"
|
||||
//#include "winuser.h"
|
||||
#include <dshow.h>
|
||||
#include <mmstream.h>
|
||||
#include <austream.h>
|
||||
#include <amstream.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(amstream);
|
||||
|
||||
HRESULT AM_create(IUnknown *pUnkOuter, LPVOID *ppObj) DECLSPEC_HIDDEN;
|
||||
HRESULT AMAudioData_create(IUnknown *pUnkOuter, LPVOID *ppObj) DECLSPEC_HIDDEN;
|
||||
|
|
|
@ -18,17 +18,8 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
#define COBJMACROS
|
||||
|
||||
#include "winbase.h"
|
||||
#include "amstream_private.h"
|
||||
|
||||
#include "amstream.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(amstream);
|
||||
|
||||
typedef struct {
|
||||
IAudioData IAudioData_iface;
|
||||
LONG ref;
|
||||
|
|
|
@ -18,29 +18,9 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
||||
//#include <stdarg.h>
|
||||
//#include <string.h>
|
||||
|
||||
#define COBJMACROS
|
||||
|
||||
//#include "windef.h"
|
||||
//#include "winbase.h"
|
||||
//#include "winuser.h"
|
||||
//#include "winerror.h"
|
||||
|
||||
//#include <ole2.h>
|
||||
#include <objbase.h>
|
||||
#include <rpcproxy.h>
|
||||
|
||||
#include "amstream_private.h"
|
||||
#include <amstream.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(amstream);
|
||||
#include <rpcproxy.h>
|
||||
|
||||
static HINSTANCE instance;
|
||||
static DWORD dll_ref = 0;
|
||||
|
|
|
@ -18,19 +18,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <wine/debug.h>
|
||||
|
||||
#define COBJMACROS
|
||||
|
||||
//#include "winbase.h"
|
||||
//#include "wingdi.h"
|
||||
|
||||
//#include "amstream_private.h"
|
||||
#include <amstream.h>
|
||||
|
||||
//#include "ddstream.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(amstream);
|
||||
#include "amstream_private.h"
|
||||
|
||||
static HRESULT ddrawstreamsample_create(IDirectDrawMediaStream *parent, IDirectDrawStreamSample **ddraw_stream_sample);
|
||||
static HRESULT audiostreamsample_create(IAudioMediaStream *parent, IAudioData *audio_data, IAudioStreamSample **audio_stream_sample);
|
||||
|
|
|
@ -18,23 +18,10 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <wine/debug.h>
|
||||
|
||||
#define COBJMACROS
|
||||
|
||||
//#include "winbase.h"
|
||||
//#include "wingdi.h"
|
||||
#include <dshow.h>
|
||||
#include "amstream_private.h"
|
||||
|
||||
#include <wine/strmbase.h>
|
||||
|
||||
//#include "amstream_private.h"
|
||||
#include <amstream.h>
|
||||
|
||||
//#include "ddstream.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(amstream);
|
||||
|
||||
typedef struct MediaStreamFilter_InputPin
|
||||
{
|
||||
BaseInputPin pin;
|
||||
|
|
Loading…
Reference in a new issue