remove mswin-type define -- this is UNIX

This commit is contained in:
bentley
2010-01-15 16:35:10 -07:00
parent 913e9c9e4f
commit 24c1613f06
5 changed files with 8 additions and 22 deletions

View File

@@ -401,7 +401,7 @@ scanagain:
lex = tLexHash[hash];
while (lex) {
if (lex->nNameLength == yyleng) {
if (strnicmp
if (strncasecmp
(pLexBuffer, lex->tzName,
yyleng) == 0) {
pLongestFixed = lex;