From 2c0281bda7fce070aa7c4491dde6373230ad4cf8 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Wed, 26 Jan 2005 20:23:50 +0000 Subject: [PATCH] define stricmp to strcasecmp for the Unix build svn path=/branches/xmlbuildsystem/; revision=13320 --- reactos/tools/rbuild/pch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/tools/rbuild/pch.h b/reactos/tools/rbuild/pch.h index 594358412ea..499db06ad6e 100644 --- a/reactos/tools/rbuild/pch.h +++ b/reactos/tools/rbuild/pch.h @@ -28,6 +28,7 @@ inline char* strlwr ( char* str ) #define _finite __finite #define _isnan __isnan +#define stricmp strcasecmp #endif #endif//PCH_H