mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
added xmlCheckVersion() Daniel
* include/libxml/xmlwin32version.h.in: added xmlCheckVersion() Daniel
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||||
|
|
||||||
|
* include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
|
||||||
|
|
||||||
Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||||
|
|
||||||
* xmllint.c: fixed compilation under Cygwin #57503
|
* xmllint.c: fixed compilation under Cygwin #57503
|
||||||
|
@ -18,6 +18,7 @@ extern "C" {
|
|||||||
* use those to be sure nothing nasty will happen if
|
* use those to be sure nothing nasty will happen if
|
||||||
* your library and includes mismatch
|
* your library and includes mismatch
|
||||||
*/
|
*/
|
||||||
|
extern void xmlCheckVersion(int version);
|
||||||
#define LIBXML_DOTTED_VERSION "2.4.0"
|
#define LIBXML_DOTTED_VERSION "2.4.0"
|
||||||
#define LIBXML_VERSION 20400
|
#define LIBXML_VERSION 20400
|
||||||
#define LIBXML_VERSION_STRING "20400"
|
#define LIBXML_VERSION_STRING "20400"
|
||||||
|
@ -18,6 +18,7 @@ extern "C" {
|
|||||||
* use those to be sure nothing nasty will happen if
|
* use those to be sure nothing nasty will happen if
|
||||||
* your library and includes mismatch
|
* your library and includes mismatch
|
||||||
*/
|
*/
|
||||||
|
extern void xmlCheckVersion(int version);
|
||||||
#define LIBXML_DOTTED_VERSION "@VERSION@"
|
#define LIBXML_DOTTED_VERSION "@VERSION@"
|
||||||
#define LIBXML_VERSION @LIBXML_VERSION_NUMBER@
|
#define LIBXML_VERSION @LIBXML_VERSION_NUMBER@
|
||||||
#define LIBXML_VERSION_STRING "@LIBXML_VERSION_NUMBER@"
|
#define LIBXML_VERSION_STRING "@LIBXML_VERSION_NUMBER@"
|
||||||
|
Reference in New Issue
Block a user