mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
remove mswin-type define -- this is UNIX
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user