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

#include ciolib.h instead of conio.h.

parent c0e38373
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@
#define mswait(x) Sleep(x)
#endif
#include "conio.h"
#include "ciolib.h"
#include "keys.h"
#include "uifc.h"
#define MAX_GETSTR 5120
......
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