wine-wine/include/dshow.h

51 lines
1.3 KiB
C
Raw Normal View History

/*
* Copyright (C) 2002 Alexandre Julliard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __DSHOW_INCLUDED__
#define __DSHOW_INCLUDED__
#define AM_NOVTABLE
2001-08-15 17:38:28 +00:00
#include "windef.h"
#include "wingdi.h"
#include "objbase.h"
2001-08-15 17:38:28 +00:00
#include "ddraw.h"
#include "mmsystem.h"
#ifndef NUMELMS
#define NUMELMS(array) (sizeof(array)/sizeof((array)[0]))
#endif
#include "strmif.h"
2002-05-02 01:30:30 +00:00
/*#include "amvideo.h"*/
/*#include "amaudio.h"*/
#include "control.h"
2002-05-02 01:30:30 +00:00
/*#include "evcode.h"*/
2001-08-15 17:38:28 +00:00
#include "uuids.h"
2002-05-02 01:30:30 +00:00
/*#include "errors.h"*/
#include "audevcod.h"
2001-08-15 17:38:28 +00:00
#ifndef OATRUE
#define OATRUE (-1)
#endif
2001-08-15 17:38:28 +00:00
#ifndef OAFALSE
#define OAFALSE (0)
#endif
2001-08-15 17:38:28 +00:00
#endif /* __DSHOW_INCLUDED__ */