Skip to content
Snippets Groups Projects
Commit db02968a authored by deuce's avatar deuce
Browse files

Allow ciowrap.h to be used by Win32 programs.

parent 515f1ae8
No related branches found
No related tags found
No related merge requests found
/* $Id$ */
#ifndef __unix__
#include "conio.h"
#define initciowrap(x)
#else
#include "curs_fix.h"
#define MONO 1
......@@ -77,3 +81,5 @@ void textcolor(int colour);
#ifdef __cplusplus
}
#endif
#endif
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