mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-30 08:38:15 +01:00
Added ARABICA_ prefix to parser selection macros
This commit is contained in:
parent
eea670e2b6
commit
7fdcd309df
1 changed files with 4 additions and 4 deletions
|
@ -40,22 +40,22 @@ define ARABICA_DEBUG
|
|||
|
||||
#ifdef USE_LIBXML2
|
||||
#undef USE_LIBXML2
|
||||
define USE_LIBXML2
|
||||
define ARABICA_USE_LIBXML2
|
||||
#endif
|
||||
|
||||
#ifdef USE_EXPAT
|
||||
#undef USE_EXPAT
|
||||
define USE_EXPAT
|
||||
define ARABICA_USE_EXPAT
|
||||
#endif
|
||||
|
||||
#ifdef USE_XERCES
|
||||
#undef USE_XERCES
|
||||
define USE_XERCES
|
||||
define ARABICA_USE_XERCES
|
||||
#endif
|
||||
|
||||
#ifdef USE_GARDEN
|
||||
#undef USE_GARDEN
|
||||
define USE_GARDEN
|
||||
define ARABICA_USE_GARDEN
|
||||
define ARABICA_NO_WCHAR_T
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue