mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Fix explorer build a bit more.
svn path=/branches/ros-amd64-bringup/; revision=37123
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user