generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @brief Unicode character APIs
|
||||
*
|
||||
* API for the Unicode character APIs
|
||||
*
|
||||
* Deprecated, don't use.
|
||||
*/
|
||||
|
||||
#ifndef __XML_UNICODE_H__
|
||||
#define __XML_UNICODE_H__
|
||||
|
||||
#ifdef __GNUC__
|
||||
#warning "libxml/xmlunicode.h is deprecated"
|
||||
#endif
|
||||
|
||||
#endif /* __XML_UNICODE_H__ */
|
||||
Reference in New Issue
Block a user