00001 00002 //osclconfig: this build configuration file is for win32 00003 #ifndef OSCLCONFIG_TIME_CHECK_H_INCLUDED 00004 #define OSCLCONFIG_TIME_CHECK_H_INCLUDED 00005 00006 00012 #ifndef OSCL_HAS_UNIX_TIME_FUNCS 00013 #error "ERROR: OSCL_HAS_UNIX_TIME_FUNCS has to be defined to either 1 or 0" 00014 #endif 00015 00020 typedef OsclBasicTimeStruct __Validate__BasicTimeStruct__; 00021 00026 typedef OsclBasicDateTimeStruct __Validate__BasicTimeDateStruct__; 00027 00028 #endif //OSCLCONFIG_TIME_CHECK_H_INCLUDED 00029 00030