MKSQLCpp
0.1
MakeMySQLC++Classes
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Macros
Pages
include
loc_types.h
Go to the documentation of this file.
1
7
#ifndef __loc_types_H__
8
#define __loc_types_H__
9
10
#ifndef BOOL
11
#define BOOL unsigned char
12
#endif
13
14
#ifndef TRUE
15
#define TRUE 1
16
#endif
17
18
#ifndef FALSE
19
#define FALSE 0
20
#endif
21
22
#ifndef uint
23
#define uint unsigned int
24
#endif
25
26
#ifndef ulong
27
#define ulong unsigned long
28
#endif
29
30
#ifndef ushort
31
#define ushort unsigned short
32
#endif
33
34
#ifndef LPSTR
35
#define LPSTR char *
36
#endif
37
38
#ifndef byte
39
#define byte unsigned char
40
#endif
41
42
#ifndef uchar
43
#define uchar unsigned char
44
#endif
45
46
#endif
/* __loc_types_H__ */
Generated by
1.8.1.1