00001 #ifndef __WINCE_H__ 00002 #define __WINCE_H__ 00003 00004 #include <winsock.h> 00005 00006 #if _WIN32_WCE >= 0x400 00007 #include <time.h> 00008 #include <assert.h> 00009 #else 00010 #include "wince_time.h" 00011 #define assert(x) 00012 #endif 00013 00014 #ifndef TLS_OUT_OF_INDEXES 00015 #define TLS_OUT_OF_INDEXES 0xFFFFFFFF 00016 #endif 00017 00018 #define getenv(x) 0 00019 int abort(); 00020 00021 #endif