Main Page   Modules   Class Hierarchy   Data Structures   File List   Data Fields   Globals   Related Pages  

osclconfig_time_check.h

Go to the documentation of this file.
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 

OSCL API
Posting Version: CORE_8.000.1.1_RC4