2009-07-27  Ozkan Sezer  <sezeroz@gmail.com>

	stdio/
	* _fstat64i32.c, _fwstat64i32.c: Added fixme notes to the broken
	_USE_32BIT_TIME_T condition. Or'ed the condition with _INTEGRAL_MAX_BITS
	< 64 because the 64 bit time_t is not available in such a case.
	* _findfirst64i32.c (_findfirst64i32): only compile if _INTEGRAL_MAX_BITS
	>= 64 because the 64 bit time_t is not available otherwise.
	(_wfindfirst64i32): Likewise.
	* _findnext64i32.c (_findnext64i32): Likewise.
	(_wfindnext64i32): Likewise.
	* _fstat64i32.c (_fstat64i32): Likewise.
	(_stat64i32): Likewise.
	* _fwstat64i32.c (_wstat64i32): Likewise.

git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1045 4407c894-4637-0410-b4f5-ada5f102cad1
5 files changed
tree: 3e674fcbd1f6e86289932e48d120bb527e86ca3b
  1. mingw-w64-crt/
  2. mingw-w64-doc/
  3. mingw-w64-headers/