15 #ifndef __wintypes_h__
16 #define __wintypes_h__
26 typedef unsigned char BYTE;
28 typedef unsigned char UCHAR;
29 typedef unsigned char *PUCHAR;
30 typedef unsigned short USHORT;
32 #ifndef __COREFOUNDATION_CFPLUGINCOM__
33 typedef unsigned long ULONG;
38 typedef unsigned long *PULONG;
39 typedef const void *LPCVOID;
40 typedef unsigned long DWORD;
41 typedef unsigned long *
PDWORD;
42 typedef unsigned short WORD;
44 typedef long RESPONSECODE;
45 typedef const char *LPCSTR;
46 typedef const BYTE *LPCBYTE;
48 typedef DWORD *LPDWORD;
56 __attribute__ ((deprecated))
59 typedef const char *LPCTSTR
62 __attribute__ ((deprecated))
long LONG
A long value.
Definition: types.h:53
unsigned char BYTE
A Microsoft/Muscle BYTE definition.
Definition: types.h:51
unsigned long * PDWORD
A Microsoft LPDWORD/Muscle pointer to a DWORD.
Definition: types.h:50
unsigned long DWORD
A Microsoft/Muscle DWORD definition.
Definition: types.h:52