summaryrefslogtreecommitdiff
path: root/include/default.h
blob: b12e9c1fb0c3bf4e59f9fa05204b09826024986d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _DEFAULT_H
#define _DEFAULT_H

typedef long HRESULT;
typedef unsigned int offset_t;
#define E_NOTIMPL -158
#define E_FAIL -1
#define E_ERROR -2

#define fccDIV3 mmioFOURCC('D', 'I', 'V', '3')
#define fccDIV4 mmioFOURCC('D', 'I', 'V', '4')
#define fccIV50 mmioFOURCC('I', 'V', '5', '0')

#endif