mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
define stricmp to strcasecmp for the Unix build
svn path=/branches/xmlbuildsystem/; revision=13320
This commit is contained in:
@@ -28,6 +28,7 @@ inline char* strlwr ( char* str )
|
||||
|
||||
#define _finite __finite
|
||||
#define _isnan __isnan
|
||||
#define stricmp strcasecmp
|
||||
#endif
|
||||
|
||||
#endif//PCH_H
|
||||
|
||||
Reference in New Issue
Block a user