WIN64 compilation
This commit is contained in:
parent
e21bce4f81
commit
7417284b8b
2
LGPL/swi_console/console.c
Normal file → Executable file
2
LGPL/swi_console/console.c
Normal file → Executable file
@ -88,7 +88,7 @@ static void initHeapDebug(void);
|
|||||||
#define UNICODE_NOCHAR 0xFFFF
|
#define UNICODE_NOCHAR 0xFFFF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (_MSC_VER < 1400)
|
#if (_MSC_VER < 1400) && !_WIN64
|
||||||
typedef DWORD DWORD_PTR;
|
typedef DWORD DWORD_PTR;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit daedb37386cd9cdebd1473eed60d9bf240379d81
|
Subproject commit 7c9456b5c9c60ab227674f7653dc226e13973484
|
@ -107,7 +107,7 @@ value is EAST and includes the DST offset.
|
|||||||
static int
|
static int
|
||||||
tz_offset()
|
tz_offset()
|
||||||
{
|
{
|
||||||
#ifdef HAVE_VAR_TIMEZONE
|
#if defined(HAVE_VAR_TIMEZONE) || _WIN64
|
||||||
do_tzset();
|
do_tzset();
|
||||||
return timezone;
|
return timezone;
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user