Commit 258ccd41 authored by Guido van Rossum's avatar Guido van Rossum

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

parent dedbebf9
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment