Skip to content
Snippets Groups Projects
Commit a9b0b83f authored by rswindell's avatar rswindell
Browse files

windows.h is only included if _WIN32 is predefined

(required for 16-bit DOS compiler compatibility).
parent b86230f9
No related branches found
No related tags found
No related merge requests found
......@@ -46,9 +46,11 @@
#include <io.h>
#include <dos.h>
#include <share.h>
#include <windows.h>
#include <conio.h>
#endif
#ifdef _WIN32
#include <windows.h>
#endif
#include <time.h>
#include <ctype.h>
#include <stdio.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment