Skip to content

Commit 0e9460e

Browse files
committed
Remove Boreland C guards
1 parent e49af37 commit 0e9460e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Modules/timemodule.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,9 @@ static BOOL WINAPI PyCtrlHandler(DWORD dwCtrlType)
5656
static long main_thread;
5757

5858

59-
#if defined(__BORLANDC__)
60-
/* These overrides not needed for Win32 */
6159
#define timezone _timezone
6260
#define tzname _tzname
6361
#define daylight _daylight
64-
#endif /* __BORLANDC__ */
6562
#endif /* MS_WINDOWS */
6663
#endif /* !__WATCOMC__ || __QNX__ */
6764

0 commit comments

Comments
 (0)