1 2 3 4 5 6 7 8 9
#ifndef __UNISTD_H__ #define __UNISTD_H__ #define strcasecmp _stricmp #define snprintf _snprintf typedef unsigned __int64 uint64_t; typedef int ssize_t; #endif