mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +03:00
Tried to close bug #60131 Daniel
* libxml.h include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in: Tried to close bug #60131 Daniel
This commit is contained in:
@ -51,13 +51,20 @@ extern void xmlCheckVersion(int version);
|
||||
*/
|
||||
#define LIBXML_TEST_VERSION xmlCheckVersion(20403);
|
||||
|
||||
#if 0
|
||||
/**
|
||||
* WITH_TRIO:
|
||||
*
|
||||
* Whether the trio support need to be configured in
|
||||
* defined if the trio support need to be configured in
|
||||
*/
|
||||
#if 0
|
||||
#define WITH_TRIO
|
||||
#else
|
||||
/**
|
||||
* WITHOUT_TRIO:
|
||||
*
|
||||
* defined if the trio support should not be configured in
|
||||
*/
|
||||
#define WITHOUT_TRIO
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user