Ignore:
Timestamp:
Jan 6, 2003, 2:24:23 PM (23 years ago)
Author:
sandervl
Message:

PF: header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/msvcrt/sys/timeb.h

    r8207 r9631  
    2222#define __WINE_USE_MSVCRT
    2323
    24 #include "msvcrt/sys/types.h"      /* For time_t */
     24#ifndef MSVCRT
     25# ifdef USE_MSVCRT_PREFIX
     26#  define MSVCRT(x)    MSVCRT_##x
     27# else
     28#  define MSVCRT(x)    x
     29# endif
     30#endif
    2531
     32#ifndef MSVCRT_TIME_T_DEFINED
     33typedef long MSVCRT(time_t);
     34#define MSVCRT_TIME_T_DEFINED
     35#endif
    2636
     37#ifndef MSVCRT_TIMEB_DEFINED
     38#define MSVCRT_TIMEB_DEFINED
    2739struct _timeb
    2840{
     
    3244    short          dstflag;
    3345};
     46#endif /* MSVCRT_TIMEB_DEFINED */
    3447
    3548
Note: See TracChangeset for help on using the changeset viewer.