aboutsummaryrefslogtreecommitdiff
path: root/Src/libvp6/include/dkpltfrm.h
blob: 40bda1abbd277fa661d9afae906b47d3aa3d4286 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
//==========================================================================
//
//  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
//  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
//  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
//  PURPOSE.
//
//  Copyright (c) 1999 - 2001  On2 Technologies Inc. All Rights Reserved.
//
//--------------------------------------------------------------------------

#ifndef _dkpltfrm_h
#define _dkpltfrm_h
/********************************************************

		PC for Win95/DOS/etc...

********************************************************/

/*
#define DX_COUNTERS 0
*/


/* #define VOXWARE_WIN32 1 */


#define SUPPORT565 1
#define DX_TR20 1
#define TINKER 1
#define LARGECHUNKS 1

#define RGBORDER 0
#define BGRORDER 1


#define DKTRUE 1
#define DKFALSE !DKTRUE

#define TBLOFFSET 0
#define CENTER_TABLE 0

#define BLACK16X2 0x00000000

//#include "nofar.h"
#include "littlend.h"

#define LIMITREADS	/* limit reads average frame size */
#define LIMIT_1_5	/* limit reads to 1.5x the average frame size */
#define DISPLAYDIB 0

#define AUDIOINTERLEAVED 1
typedef int GfsHn;
#define slow_seek duck_seek
#define gooseCD(x,y)

#define COLORORDER RGBORDER

#define SWAPENDS 0      

#define HW_CD_BUFFER 0  
#define CD_ONLY 0

#define DX24BIT


#if !defined(UINT64)
typedef unsigned __int64 UINT64;
#endif



#endif /* include guards */