diff options
| author | rajdakin <rajdakin@gmail.com> | 2021-07-31 13:38:01 +0200 |
|---|---|---|
| committer | rajdakin <rajdakin@gmail.com> | 2021-07-31 13:38:22 +0200 |
| commit | e1d8f1d7e55ea83a8c30680560c22b200cdeb9cd (patch) | |
| tree | b9efa9e0ba1331bbe4d3ccf100cf465b720e3faf /src/wrapped/wrappedxml2_private.h | |
| parent | c8640caba352bed19d7289cf9761c0d14d3d2b19 (diff) | |
| download | box64-e1d8f1d7e55ea83a8c30680560c22b200cdeb9cd.tar.gz box64-e1d8f1d7e55ea83a8c30680560c22b200cdeb9cd.zip | |
Fixed some wrapped functions, upgraded the rebuild_wrapper script [SDL2 DOESN'T WORK, FIX UNDERWAY]
Diffstat (limited to 'src/wrapped/wrappedxml2_private.h')
| -rwxr-xr-x | src/wrapped/wrappedxml2_private.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/wrapped/wrappedxml2_private.h b/src/wrapped/wrappedxml2_private.h index 6c297d1a..6703763b 100755 --- a/src/wrapped/wrappedxml2_private.h +++ b/src/wrapped/wrappedxml2_private.h @@ -407,16 +407,12 @@ GO(xmlGetUTF8Char, iFpp) //GO(__xmlGlobalInitMutexLock, //GO(__xmlGlobalInitMutexUnlock, GO(xmlHandleEntity, vFpp) // obsolete, might be removed -//GO(xmlHasFeature, -GO(xmlHasNsProp, pFppp) -GO(xmlHasProp, pFpp) GO(xmlHashAddEntry, iFppp) GO(xmlHashAddEntry2, iFpppp) GO(xmlHashAddEntry3, iFppppp) GOM(xmlHashCopy, pFEpp) GO(xmlHashCreate, pFi) GO(xmlHashCreateDict, pFip) -GO(xmlHasFeature, iFi) GOM(xmlHashFree, vFEpp) GO(xmlHashLookup, pFpp) GO(xmlHashLookup2, pFppp) @@ -435,6 +431,7 @@ GO(xmlHashSize, iFp) GOM(xmlHashUpdateEntry, iFEpppp) GOM(xmlHashUpdateEntry2, iFEppppp) GOM(xmlHashUpdateEntry3, iFEpppppp) +GO(xmlHasFeature, iFi) GO(xmlHasNsProp, pFppp) GO(xmlHasProp, pFpp) //GO(__xmlIndentTreeOutput, @@ -1608,4 +1605,4 @@ GO(xmlXPathWrapString, pFp) DATAM(xmlFree, sizeof(void*)) DATAM(xmlMalloc, sizeof(void*)) DATAM(xmlRealloc, sizeof(void*)) -DATAM(xmlMemStrdup, sizeof(void*)) \ No newline at end of file +DATAM(xmlMemStrdup, sizeof(void*)) |