ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

timeb_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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.