From 736c5a96984bd8dff14772fc1e9d77d367a51587 Mon Sep 17 00:00:00 2001 From: Samuel Serapion Date: Sat, 1 Nov 2008 00:31:10 +0000 Subject: [PATCH] Fix explorer build a bit more. svn path=/branches/ros-amd64-bringup/; revision=37123 --- reactos/include/crt/time.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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);