mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Move definition of TZNAME_ENCODING further up.
This commit is contained in:
parent
2b65c75988
commit
8a7c866e18
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,8 @@
|
|||
#include "structseq.h"
|
||||
#include "timefuncs.h"
|
||||
|
||||
#define TZNAME_ENCODING "utf-8"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#if defined(HAVE_GETTIMEOFDAY) && defined(HAVE_FTIME)
|
||||
/*
|
||||
|
@ -55,8 +57,6 @@ static BOOL WINAPI PyCtrlHandler(DWORD dwCtrlType)
|
|||
}
|
||||
static long main_thread;
|
||||
|
||||
#define TZNAME_ENCODING "utf-8"
|
||||
|
||||
#if defined(__BORLANDC__)
|
||||
/* These overrides not needed for Win32 */
|
||||
#define timezone _timezone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue