define stricmp to strcasecmp for the Unix build
Modified: branches/xmlbuildsystem/reactos/tools/rbuild/pch.h

Modified: branches/xmlbuildsystem/reactos/tools/rbuild/pch.h
--- branches/xmlbuildsystem/reactos/tools/rbuild/pch.h	2005-01-26 19:43:03 UTC (rev 13319)
+++ branches/xmlbuildsystem/reactos/tools/rbuild/pch.h	2005-01-26 20:23:50 UTC (rev 13320)
@@ -28,6 +28,7 @@
 
 #define _finite __finite
 #define _isnan __isnan
+#define stricmp strcasecmp
 #endif
 
 #endif//PCH_H