WIN64 compilation
This commit is contained in:
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
|
||||||
|
|
||||||
|
|||||||
Submodule packages/jpl updated: daedb37386...7c9456b5c9
@@ -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