X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Finclude%2Fcrt%2Ftime.h;h=6aa7d9dc6e2eb300b0950d1127ad0886163f3b93;hp=97875c444c472a9043e67b584b1832edef38d00b;hb=736c5a96984bd8dff14772fc1e9d77d367a51587;hpb=3552ed757c161b8c8a4185c15fd6ccf91f90c521 diff --git a/reactos/include/crt/time.h b/reactos/include/crt/time.h index 97875c444c4..6aa7d9dc6e2 100644 --- a/reactos/include/crt/time.h +++ b/reactos/include/crt/time.h @@ -119,10 +119,10 @@ extern "C" { #define CLOCKS_PER_SEC 1000 - _CRTIMP int _daylight; - _CRTIMP long _dstbias; - _CRTIMP long _timezone; - _CRTIMP char * _tzname[2]; + __MINGW_IMPORT int _daylight; + __MINGW_IMPORT long _dstbias; + __MINGW_IMPORT long _timezone; + __MINGW_IMPORT char * _tzname[2]; _CRTIMP errno_t __cdecl _get_daylight(int *_Daylight); _CRTIMP errno_t __cdecl _get_dstbias(long *_Daylight_savings_bias);