Fix typo in RISCOS patch inside MS #ifdef. (Probably my own fingers.)

This commit is contained in:
Guido van Rossum 2001-03-02 06:53:29 +00:00
parent dedbebf9f8
commit 258ccd4126
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ extern int ftime(struct timeb *);
#include <i86.h>
#else
#ifdef MS_WINDOWS
include <windows.h>
#include <windows.h>
#ifdef MS_WIN16
/* These overrides not needed for Win32 */
#define timezone _timezone