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
|
||||
#endif
|
||||
|
||||
#if (_MSC_VER < 1400)
|
||||
#if (_MSC_VER < 1400) && !_WIN64
|
||||
typedef DWORD DWORD_PTR;
|
||||
#endif
|
||||
|
||||
|
||||
Submodule packages/jpl updated: daedb37386...7c9456b5c9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user