Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 269689
Collapse All | Expand All

(-)a/filter.h (-4 / +6 lines)
Lines 47-55 Link Here
47
47
48
//---------------------- Types ---------------------------------------------
48
//---------------------- Types ---------------------------------------------
49
49
50
#define UCHAR	unsigned char
50
#undef UCHAR
51
#define USHORT  unsigned short
51
#undef USHORT
52
#define ULONG   unsigned long
52
#undef ULONG
53
typedef unsigned char           UCHAR;
54
typedef unsigned short          USHORT;
55
typedef unsigned long           ULONG;
53
56
54
enum{
57
enum{
55
	_UCHAR,
58
	_UCHAR,
56
- 

Return to bug 269689