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

@ -22,6 +22,7 @@ extern "C" {
#define _CRTIMP __declspec(dllimport)
#endif
#ifndef __TINYC__ //gr
#ifdef _USE_32BIT_TIME_T
#ifdef _WIN64
#undef _USE_32BIT_TIME_T
@ -31,6 +32,7 @@ extern "C" {
#define _USE_32BIT_TIME_T
#endif
#endif
#endif
#ifndef _TIME32_T_DEFINED
typedef long __time32_t;