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

Move #include <conio.h> to uifc.c.

parent 93e3fd8d
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@
#include "uifc.h"
#include <share.h>
#include <conio.h>
#if defined(__OS2__)
......
......@@ -48,15 +48,12 @@
#endif
#if !defined(__unix__)
#include <io.h>
#include <conio.h>
#endif
#if !defined(__FreeBSD__)
#include <malloc.h> /* malloc prototype */
#endif
#if (defined(__unix__) || defined(_WIN32)) && !defined(__FLAT__)
#define __FLAT__
#else
#include <dos.h>
#endif
#if defined(__FLAT__)
......
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