mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:33:07 +00:00
[CDMAKE]
Fix a warning with new RosBE svn path=/trunk/; revision=58431
This commit is contained in:
parent
9df9d495fb
commit
3d64816d02
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ static int check_for_punctuation(int c, const char *name)
|
||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if _WIN32
|
#if defined(_WIN32) && !defined(strcasecmp)
|
||||||
#define strcasecmp stricmp
|
#define strcasecmp stricmp
|
||||||
#endif//_WIN32
|
#endif//_WIN32
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue