1 // this is meant to resolve platform dependency
3 #ifndef _SCALAR_TYPES_H
4 #define _SCALAR_TYPES_H
10 #define GET_LAST_ERR GetLastError
12 // ToDo: add stuff for Linux
17 #define UINT8 unsigned char
21 #define UINT16 unsigned short
25 #define UINT32 unsigned long