mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
applied patch from Andreas Stricke to ease the compilation on Windows CE
* catalog.c libxml.h win32/wince/wincecompat.h win32/wince/wincecompat.c xmlIO.c nanohttp.c nanoftp.c trio.c triostr.c triostr.h: applied patch from Andreas Stricke to ease the compilation on Windows CE Daniel svn path=/trunk/; revision=3600
This commit is contained in:
9
libxml.h
9
libxml.h
@@ -32,6 +32,15 @@ int snprintf(char *, size_t, const char *, ...);
|
||||
int vfprintf(FILE *, const char *, va_list);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Windows CE compatibility definitions and functions
|
||||
* This is needed to compile libxml2 for Windows CE.
|
||||
* At least I tested it with WinCE 4.2 for Emulator and SH4 target
|
||||
*/
|
||||
#if defined(_WIN32_WCE)
|
||||
#include <wincecompat.h>
|
||||
#endif
|
||||
|
||||
#ifndef WITH_TRIO
|
||||
#include <stdio.h>
|
||||
#else
|
||||
|
Reference in New Issue
Block a user