summaryrefslogtreecommitdiff
path: root/catalog.c
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-03-01 00:02:59 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2022-03-01 00:02:59 +0100
commitb094e814fa15824fe4764164e53c7be3135b74e1 (patch)
tree2ff8979ab6c1d5011a6237a95b6a86cd5d68fc2a /catalog.c
parent655cf3f46f4dc8d2919aca70bb4aaddeeedf54bc (diff)
downloadlibxml2-b094e814fa15824fe4764164e53c7be3135b74e1.tar.gz
Remove broken Windows CE support
Diffstat (limited to 'catalog.c')
-rw-r--r--catalog.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/catalog.c b/catalog.c
index f559978c..50e03533 100644
--- a/catalog.c
+++ b/catalog.c
@@ -79,17 +79,11 @@
#if defined(_WIN32) && defined(_MSC_VER)
#undef XML_XML_DEFAULT_CATALOG
static char XML_XML_DEFAULT_CATALOG[256] = "file:///etc/xml/catalog";
-#if defined(_WIN32_WCE)
-/* Windows CE don't have a A variant */
-#define GetModuleHandleA GetModuleHandle
-#define GetModuleFileNameA GetModuleFileName
-#else
#if !defined(_WINDOWS_)
void* __stdcall GetModuleHandleA(const char*);
unsigned long __stdcall GetModuleFileNameA(void*, char*, unsigned long);
#endif
#endif
-#endif
static xmlChar *xmlCatalogNormalizePublic(const xmlChar *pubID);
static int xmlExpandCatalog(xmlCatalogPtr catal, const char *filename);