Fix typo in RISCOS patch inside MS #ifdef. (Probably my own fingers.)
This commit is contained in:
parent
dedbebf9f8
commit
258ccd4126
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue