Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1176 andrew_pro 1
/*
2
        some used types
3
*/
4
#define NULL                            (void*)0
5
 
6
typedef unsigned int                    DWORD;
7
typedef unsigned char                   BYTE;
8
typedef unsigned short int              WORD;
9
typedef unsigned int                    size_t;
10
 
11
//for win compilers
12
#define stdcall __stdcall
13
#define cdecl           __cdecl