We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49af37 commit 0e9460eCopy full SHA for 0e9460e
1 file changed
Modules/timemodule.c
@@ -56,12 +56,9 @@ static BOOL WINAPI PyCtrlHandler(DWORD dwCtrlType)
56
static long main_thread;
57
58
59
-#if defined(__BORLANDC__)
60
-/* These overrides not needed for Win32 */
61
#define timezone _timezone
62
#define tzname _tzname
63
#define daylight _daylight
64
-#endif /* __BORLANDC__ */
65
#endif /* MS_WINDOWS */
66
#endif /* !__WATCOMC__ || __QNX__ */
67
0 commit comments