Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygentimeb_s.h
Go to the documentation of this file.
00001 00007 #ifndef _TIMEB_H_S 00008 #define _TIMEB_H_S 00009 00010 #include <sys/timeb.h> 00011 00012 #ifdef __cplusplus 00013 extern "C" { 00014 #endif 00015 00016 #if defined(MINGW_HAS_SECURE_API) 00017 00018 _CRTIMP errno_t __cdecl _ftime32_s(struct __timeb32 *_Time); 00019 _CRTIMP errno_t __cdecl _ftime64_s(struct __timeb64 *_Time); 00020 00021 #ifndef _USE_32BIT_TIME_T 00022 #define _ftime_s _ftime64_s 00023 #endif 00024 #endif 00025 00026 #ifdef __cplusplus 00027 } 00028 #endif 00029 00030 #endif Generated on Fri May 25 2012 04:28:25 for ReactOS by
1.7.6.1
|