]> Nishi Git Mirror - libw3.git/commitdiff
bugfix
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Tue, 30 Jan 2024 01:01:50 +0000 (01:01 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Tue, 30 Jan 2024 01:01:50 +0000 (01:01 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@136 d27a3e52-49c5-7645-884c-6793ebffc270

Library/Tag.c
W3Version.h.p

index 30226007e253204843f192a87d881991dd307b31..b3b48847b579684ee3ec7b1ff02abada3f2e0930 100644 (file)
@@ -8,6 +8,8 @@
 #include <stdlib.h>
 #include <string.h>
 
+extern int strcasecmp(const char* s1, const char* s2);
+
 void W3_Tag_Parse(char* data, size_t size, void (*tagfunc)(char* tagname, char* attr), void (*textfunc)(char* data)) {
        int i;
        int phase = 0;
index 67aab335b7d091a5954ed4ee7b95b60801d0a729..9e18bd71fe87795dc4ddc7a44d649049e6ee4f06 100644 (file)
@@ -6,7 +6,7 @@
 extern "C" {
 #endif
 
-#define LIBW3_VERSION "2.2" \
+#define LIBW3_VERSION "2.2A" \
 SUFFIX
 
 #ifdef __cplusplus