39 lines
873 B
C
39 lines
873 B
C
/*
|
|
* dshow.h DirectShow main header file
|
|
*
|
|
* =========================================================================
|
|
*
|
|
* Open Watcom Project
|
|
*
|
|
* Copyright (c) 2004-2010 The Open Watcom Contributors. All Rights Reserved.
|
|
*
|
|
* This file is automatically generated. Do not edit directly.
|
|
*
|
|
* =========================================================================
|
|
*/
|
|
|
|
#ifndef __DSHOW_INCLUDED__
|
|
#define __DSHOW_INCLUDED__
|
|
|
|
#ifndef _ENABLE_AUTODEPEND
|
|
#pragma read_only_file;
|
|
#endif
|
|
|
|
#include <windows.h>
|
|
#include <windowsx.h>
|
|
#include <olectl.h>
|
|
#include <ddraw.h>
|
|
#include <mmsystem.h>
|
|
#include <strsafe.h>
|
|
#include <strmif.h>
|
|
#include <amvideo.h>
|
|
#include <control.h>
|
|
#include <evcode.h>
|
|
#include <uuids.h>
|
|
#include <errors.h>
|
|
#include <edevdefs.h>
|
|
#include <audevcod.h>
|
|
#include <dvdevcod.h>
|
|
|
|
#endif /* __DSHOW_INCLUDED__ */
|