mirror of
https://github.com/NishiOwO/JWasm.git
synced 2025-04-22 01:04:39 +00:00
Fix implicit function declaration warning
This commit is contained in:
parent
313d577377
commit
1402d5b5d2
@ -39,6 +39,7 @@
|
|||||||
|
|
||||||
#if defined(__UNIX__) || defined(__CYGWIN__) || defined(__DJGPP__) /* avoid for MinGW! */
|
#if defined(__UNIX__) || defined(__CYGWIN__) || defined(__DJGPP__) /* avoid for MinGW! */
|
||||||
|
|
||||||
|
extern char * strupr(char *);
|
||||||
#define _stricmp strcasecmp
|
#define _stricmp strcasecmp
|
||||||
#ifndef __WATCOMC__
|
#ifndef __WATCOMC__
|
||||||
#define _memicmp strncasecmp
|
#define _memicmp strncasecmp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user