WIN64 compilation

This commit is contained in:
U-WIN-U2045GN0RNQ\Vítor Santos Costa 2010-07-20 23:50:00 +01:00
parent e21bce4f81
commit 7417284b8b
3 changed files with 3 additions and 3 deletions

2
LGPL/swi_console/console.c Normal file → Executable file
View File

@ -88,7 +88,7 @@ static void initHeapDebug(void);
#define UNICODE_NOCHAR 0xFFFF
#endif
#if (_MSC_VER < 1400)
#if (_MSC_VER < 1400) && !_WIN64
typedef DWORD DWORD_PTR;
#endif

@ -1 +1 @@
Subproject commit daedb37386cd9cdebd1473eed60d9bf240379d81
Subproject commit 7c9456b5c9c60ab227674f7653dc226e13973484

View File

@ -107,7 +107,7 @@ value is EAST and includes the DST offset.
static int
tz_offset()
{
#ifdef HAVE_VAR_TIMEZONE
#if defined(HAVE_VAR_TIMEZONE) || _WIN64
do_tzset();
return timezone;
#else