1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Changeset 4927

Show
Ignore:
Timestamp:
03/30/12 13:42:48 (14 months ago)
Author:
jon_y
Message:

Remove _FILE_OFFSET_BITS check to define _USE_32BIT_TIME_T, 32bit time_t for win32 by default

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/mingw-w64-headers/crt/_mingw.h.in

    r4835 r4927  
    418418#endif /* _WCTYPE_T_DEFINED */ 
    419419 
    420 #if defined (_WIN32) && !(defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64) && !defined (_WIN64) && !defined (__MINGW_USE_VC2005_COMPAT) 
     420#if defined (_WIN32) && !defined (_WIN64) && !defined (__MINGW_USE_VC2005_COMPAT) 
    421421#ifndef _USE_32BIT_TIME_T 
    422422#define _USE_32BIT_TIME_T