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

strnicmp() is defined in uifc.h... not needed in uifc32.c also.

parent 580fecbb
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,6 @@
#define mswait(x) delay(x)
#define putch(x) _putch(x,TRUE)
#define clreol() clrtoeol()
#define strnicmp(x,y,z) strncasecmp(x,y,z)
#elif defined(_WIN32)
#include <share.h>
#include <conio.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