Remove broken Windows CE support

This commit is contained in:
Nick Wellnhofer 2022-03-01 00:02:59 +01:00
parent 655cf3f46f
commit b094e814fa
12 changed files with 0 additions and 5589 deletions

View File

@ -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);

View File

@ -5,9 +5,6 @@
#if !defined __XML_WSOCKCOMPAT_H__
#define __XML_WSOCKCOMPAT_H__
#ifdef _WIN32_WCE
#include <winsock.h>
#else
#include <errno.h>
#include <winsock2.h>
@ -30,7 +27,6 @@
#include <wspiapi.h>
#define HAVE_GETADDRINFO
#endif
#endif
#undef XML_SOCKLEN_T
#define XML_SOCKLEN_T int

View File

@ -22,14 +22,6 @@
#if defined(macintosh)
#include "config-mac.h"
#elif defined(_WIN32_WCE)
/*
* Windows CE compatibility definitions and functions
* This is needed to compile libxml2 for Windows CE.
* At least I tested it with WinCE 5.0 for Emulator and WinCE 4.2/SH4 target
*/
#include <win32config.h>
#include <libxml/xmlversion.h>
#else
/*
* Currently supported platforms use either autoconf or

View File

@ -1 +0,0 @@
Microsoft C/C++ program database 2.00

View File

@ -1,122 +0,0 @@
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: libxml2 - Win32 (WCE x86em) Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\fjvg\CONFIG~1\Temp\RSP12E.tmp" with contents
[
/nologo /W3 /Zi /Od /I "..\..\..\include" /I "..\..\include" /I "c:\ppc\libxml\XML\win32\wince" /D "DEBUG" /D _WIN32_WCE=300 /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "WIN32_PLATFORM_PSPC" /D "i486" /D UNDER_CE=300 /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /Fp"X86EMDbg/libxml2.pch" /YX /Fo"X86EMDbg/" /Fd"X86EMDbg/" /Gz /c
"C:\ppc\libxml\XML\DOCBparser.c"
"C:\ppc\libxml\XML\encoding.c"
"C:\ppc\libxml\XML\entities.c"
"C:\ppc\libxml\XML\error.c"
"C:\ppc\libxml\XML\globals.c"
"C:\ppc\libxml\XML\hash.c"
"C:\ppc\libxml\XML\list.c"
"C:\ppc\libxml\XML\parser.c"
"C:\ppc\libxml\XML\parserInternals.c"
"C:\ppc\libxml\XML\SAX.c"
"C:\ppc\libxml\XML\threads.c"
"C:\ppc\libxml\XML\tree.c"
"C:\ppc\libxml\XML\uri.c"
"C:\ppc\libxml\XML\valid.c"
"C:\ppc\libxml\XML\win32\wince\wincecompat.c"
"C:\ppc\libxml\XML\xlink.c"
"C:\ppc\libxml\XML\xmlIO.c"
"C:\ppc\libxml\XML\xmlmemory.c"
"C:\ppc\libxml\XML\c14n.c"
"C:\ppc\libxml\XML\catalog.c"
"C:\ppc\libxml\XML\debugXML.c"
"C:\ppc\libxml\XML\HTMLparser.c"
"C:\ppc\libxml\XML\HTMLtree.c"
"C:\ppc\libxml\XML\nanoftp.c"
"C:\ppc\libxml\XML\nanohttp.c"
"C:\ppc\libxml\XML\xinclude.c"
"C:\ppc\libxml\XML\xpath.c"
"C:\ppc\libxml\XML\xpointer.c"
]
Creating command line "cl.exe @C:\DOCUME~1\fjvg\CONFIG~1\Temp\RSP12E.tmp"
Creating temporary file "C:\DOCUME~1\fjvg\CONFIG~1\Temp\RSP12F.tmp" with contents
[
corelibc.lib winsock.lib commctrl.lib coredll.lib /nologo /stack:0x10000,0x1000 /dll /incremental:yes /pdb:"X86EMDbg/libxml2.pdb" /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:libc.lib /nodefaultlib:libcd.lib /nodefaultlib:libcmt.lib /nodefaultlib:libcmtd.lib /nodefaultlib:msvcrt.lib /nodefaultlib:msvcrtd.lib /nodefaultlib:oldnames.lib /def:".\libxml2.def" /out:"X86EMDbg/libxml2.dll" /implib:"X86EMDbg/libxml2.lib" /windowsce:emulation /MACHINE:IX86
.\X86EMDbg\DOCBparser.obj
.\X86EMDbg\encoding.obj
.\X86EMDbg\entities.obj
.\X86EMDbg\error.obj
.\X86EMDbg\globals.obj
.\X86EMDbg\hash.obj
.\X86EMDbg\list.obj
.\X86EMDbg\parser.obj
.\X86EMDbg\parserInternals.obj
.\X86EMDbg\SAX.obj
.\X86EMDbg\threads.obj
.\X86EMDbg\tree.obj
.\X86EMDbg\uri.obj
.\X86EMDbg\valid.obj
.\X86EMDbg\wincecompat.obj
.\X86EMDbg\xlink.obj
.\X86EMDbg\xmlIO.obj
.\X86EMDbg\xmlmemory.obj
.\X86EMDbg\c14n.obj
.\X86EMDbg\catalog.obj
.\X86EMDbg\debugXML.obj
.\X86EMDbg\HTMLparser.obj
.\X86EMDbg\HTMLtree.obj
.\X86EMDbg\nanoftp.obj
.\X86EMDbg\nanohttp.obj
.\X86EMDbg\xinclude.obj
.\X86EMDbg\xpath.obj
.\X86EMDbg\xpointer.obj
]
Creating command line "link.exe @C:\DOCUME~1\fjvg\CONFIG~1\Temp\RSP12F.tmp"
<h3>Output Window</h3>
Compiling...
DOCBparser.c
encoding.c
entities.c
error.c
globals.c
hash.c
list.c
parser.c
C:\ppc\libxml\XML\parser.c(2282) : warning C4090: '=' : different 'const' qualifiers
parserInternals.c
SAX.c
threads.c
tree.c
uri.c
valid.c
wincecompat.c
C:\ppc\libxml\XML\win32\wince\wincecompat.c(37) : warning C4047: '=' : 'char ' differs in levels of indirection from 'char [2]'
C:\ppc\libxml\XML\win32\wince\wincecompat.c(39) : warning C4047: '=' : 'char ' differs in levels of indirection from 'char [2]'
C:\ppc\libxml\XML\win32\wince\wincecompat.c(40) : warning C4047: 'return' : 'int ' differs in levels of indirection from 'void *'
xlink.c
xmlIO.c
C:\ppc\libxml\XML\xmlIO.c(2404) : warning C4101: 'dir' : unreferenced local variable
C:\ppc\libxml\XML\xmlIO.c(2405) : warning C4101: 'cur' : unreferenced local variable
xmlmemory.c
c14n.c
catalog.c
debugXML.c
HTMLparser.c
HTMLtree.c
nanoftp.c
nanohttp.c
C:\ppc\libxml\XML\nanoftp.c(892) : warning C4761: integral size mismatch in argument; conversion supplied
xinclude.c
C:\ppc\libxml\XML\nanohttp.c(921) : warning C4761: integral size mismatch in argument; conversion supplied
xpath.c
xpointer.c
Linking...
Creating library X86EMDbg/libxml2.lib and object X86EMDbg/libxml2.exp
<h3>Results</h3>
libxml2.dll - 0 error(s), 8 warning(s)
</pre>
</body>
</html>

View File

@ -1 +0,0 @@
ÐÏࡱ

File diff suppressed because it is too large Load Diff

View File

@ -1,41 +0,0 @@
Microsoft eMbedded Visual Tools Workspace File, Format Version 3.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
Project: "libxml2"=.\libxml2.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "ppcTest"=.\ppcTest\ppcTest.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Global:
Package=<5>
{{{
}}}
Package=<3>
{{{
}}}
###############################################################################

View File

@ -1,68 +0,0 @@
/*
* wincecompat.c : wince compatibility module
*
* See Copyright for the status of this software.
*
* javier@tiresiassoft.com
*
* 17 Sep 2002 created
*/
#include "wincecompat.h"
char *strError[]= {"Error 0","","No such file or directory","","","","","Arg list too long",
"Exec format error","Bad file number","","","Not enough core","Permission denied","","",
"","File exists","Cross-device link","","","","Invalid argument","","Too many open files",
"","","","No space left on device","","","","","Math argument","Result too large","",
"Resource deadlock would occur", "Unknown error under wince"};
int errno=0;
int read(int handle, char *buffer, unsigned int len)
{
return(fread(&buffer[0], len, 1, (FILE *) handle));
}
int write(int handle, const char *buffer, unsigned int len)
{
return(fwrite(&buffer[0], len,1,(FILE *) handle));
}
int open(const char *filename,int oflag, ...)
{
char mode[3]; /* mode[0] ="w/r/a" mode[1]="+" */
mode[2]=0;
if ( oflag==(O_WRONLY|O_CREAT) )
mode[0]='w';
else if (oflag==O_RDONLY)
mode[0]='r';
return (int) fopen(filename, mode);
}
int close(int handle)
{
return ( fclose((FILE *) handle) );
}
char *getcwd( char *buffer, unsigned int size)
{
/* Windows CE don't have the concept of a current directory
* so we just return NULL to indicate an error
*/
return NULL;
}
char *getenv( const char *varname )
{
return NULL;
}
char *strerror(int errnum)
{
if (errnum>MAX_STRERROR)
return strError[MAX_STRERROR];
else
return strError[errnum];
}

View File

@ -1,50 +0,0 @@
/*
* wincecompat.h : wince compatibility header file
*
* See Copyright for the status of this software.
*
* javier@tiresiassoft.com
*
* 17 Sep 2002 created
*/
#ifndef __WINCECOMPAT_H__
#define __WINCECOMPAT_H__
#include <stdio.h>
#include <winbase.h>
#define MAX_STRERROR 31
#define O_RDONLY 0x0000 /* open for reading only */
#define O_WRONLY 0x0001 /* open for writing only */
#define O_RDWR 0x0002 /* open for reading and writing */
#define O_APPEND 0x0008 /* writes done at eof */
#define O_CREAT 0x0100 /* create and open file */
#define O_TRUNC 0x0200 /* open and truncate */
#define O_EXCL 0x0400 /* open only if file doesn't already exist */
#define BUFSIZ 4096
extern int errno;
/*
Prototypes
*/
int read(int handle, char *buffer, unsigned int len);
int write(int handle, const char *buffer, unsigned int len);
int open(const char *filename,int oflag, ...);
int close(int handle);
char *getenv( const char *varname );
char *getcwd( char *buffer, unsigned int size);
char *strerror(int errnum);
/*
Macro'ed nonexistent function names
*/
#define snprintf _snprintf
#define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
#define perror(_t) MessageBox(NULL, _T("_t"), _T("Error/Warning"), MB_OK)
#endif

View File

@ -45,10 +45,6 @@
#include <windows.h>
#endif
#if defined(_WIN32_WCE)
#include <winnls.h> /* for CP_UTF8 */
#endif
#ifndef S_ISDIR
# ifdef _S_ISDIR
# define S_ISDIR(x) _S_ISDIR(x)
@ -3765,10 +3761,6 @@ xmlParserGetDirectory(const char *filename) {
char dir[1024];
char *cur;
#ifdef _WIN32_WCE /* easy way by now ... wince does not have dirs! */
return NULL;
#endif
if (xmlInputCallbackInitialized == 0)
xmlRegisterDefaultInputCallbacks();

View File

@ -341,14 +341,7 @@ static int
xmlModulePlatformSymbol(void *handle, const char *name, void **symbol)
{
XML_IGNORE_PEDANTIC_WARNINGS
#ifdef _WIN32_WCE
/*
* GetProcAddressA seems only available on WinCE
*/
*symbol = GetProcAddressA(handle, name);
#else
*symbol = GetProcAddress(handle, name);
#endif
return (NULL == *symbol) ? -1 : 0;
XML_POP_WARNINGS
}