00001 #ifndef __WINCE_H__ 00002 #define __WINCE_H__ 00003 00004 #include <winsock.h> 00005 00006 #include "wince_time.h" 00007 00008 #define assert(x) 00009 #define stricmp _stricmp 00010 #define getenv(x) 0 00011 00012 int abort(); 00013 00014 #define ASM_CPUID_NOT_SUPPORTED 1 00015 00016 #endif