yapf/strapi.hpp
branchcustombridgeheads
changeset 5619 a2f1d08e2215
parent 5616 0570ae953222
--- a/yapf/strapi.hpp	Sun Dec 31 23:48:04 2006 +0000
+++ b/yapf/strapi.hpp	Mon Jan 01 01:43:40 2007 +0000
@@ -4,6 +4,12 @@
 #define  STRAPI_HPP
 
 #include <string.h>
+#include <wchar.h>
+
+#if !defined(_MSC_VER)
+#define _stricmp strcmp
+#define _wcsicmp wcscmp
+#endif //!_MSC_VER
 
 /** String API mapper base - just mapping by character type, not by case sensitivity yet.
 	* Class template CStrApiBaseT declaration is general, but following inline method