win32: cleanup include

This commit is contained in:
grischka
2010-01-14 20:56:24 +01:00
parent 5299142286
commit b0abcfde9d
8 changed files with 57 additions and 485 deletions

View File

@ -25,6 +25,7 @@ extern "C" {
#include <sys/types.h>
#ifndef __TINYC__ //gr
#ifdef _USE_32BIT_TIME_T
#ifdef _WIN64
#undef _USE_32BIT_TIME_T
@ -34,6 +35,7 @@ extern "C" {
#define _USE_32BIT_TIME_T
#endif
#endif
#endif
#ifndef _TIME32_T_DEFINED
typedef long __time32_t;