From 3f1a2139ab88566524450aa6a8ad09f9a8307c4c Mon Sep 17 00:00:00 2001 From: deuce <> Date: Wed, 21 May 2003 05:34:10 +0000 Subject: [PATCH] strnicmp() is defined in uifc.h... not needed in uifc32.c also. --- src/uifc/uifc32.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uifc/uifc32.c b/src/uifc/uifc32.c index 6693830631..f9816f6219 100644 --- a/src/uifc/uifc32.c +++ b/src/uifc/uifc32.c @@ -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> -- GitLab