summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/dshow.h
blob: be12c22de1a2bc68f95ba99086da54b39a6a7834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _DSHOW_H
#define _DSHOW_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif

#include <amaudio.h>
#include <evcode.h>
#include <audevcod.h>
#include <dvdevcod.h>
#include <errors.h>

#endif