OSDN Git Service

shlwapi.h prior to VC6SP6 might lack definition of StrIsIntlEqual
authorJochen Tucht <jtuc@users.sourceforge.net>
Fri, 15 Jul 2005 14:17:52 +0000 (14:17 +0000)
committerJochen Tucht <jtuc@users.sourceforge.net>
Fri, 15 Jul 2005 14:17:52 +0000 (14:17 +0000)
Src/DirViewColItems.cpp

index 3946ad6..3670e12 100644 (file)
 #include "locality.h"
 #include "unicoder.h"
 
+// shlwapi.h prior to VC6SP6 might lack definition of StrIsIntlEqual
+#ifdef UNICODE
+#define StrIsIntlEqual StrIsIntlEqualW
+#else
+#define StrIsIntlEqual StrIsIntlEqualA
+#endif
+
 #ifdef _DEBUG
 #define new DEBUG_NEW
 #undef THIS_FILE