ÿØÿàJFIFÿþ ÿÛC       ÿÛC ÿÀÿÄÿÄ"#QrÿÄÿÄ&1!A"2qQaáÿÚ ?Øy,æ/3JæÝ¹È߲؋5êXw²±ÉyˆR”¾I0ó2—PI¾IÌÚiMö¯–þrìN&"KgX:Šíµ•nTJnLK„…@!‰-ý ùúmë;ºgµŒ&ó±hw’¯Õ@”Ü— 9ñ-ë.²1<yà‚¹ïQÐU„ہ?.’¦èûbß±©Ö«Âw*VŒ) `$‰bØÔŸ’ëXÖ-ËTÜíGÚ3ð«g Ÿ§¯—Jx„–’U/ÂÅv_s(Hÿ@TñJÑãõçn­‚!ÈgfbÓc­:él[ðQe 9ÀPLbÃãCµm[5¿ç'ªjglå‡Ûí_§Úõl-;"PkÞÞÁQâ¼_Ñ^¢SŸx?"¸¦ùY騐ÒOÈ q’`~~ÚtËU¹CڒêV  I1Áß_ÿÙ xmlexports: macros for marking symbols as exportable/importable.

xmlexports

xmlexports - macros for marking symbols as exportable/importable.

macros for marking symbols as exportable/importable.

Author(s):

Synopsis

#define LIBXML_DLL_IMPORT;
#define XMLCALL;
#define XMLCDECL;
#define XMLPUBFUN;
#define XMLPUBLIC;
#define XMLPUBVAR;

Description

Details

Macro LIBXML_DLL_IMPORT

#define LIBXML_DLL_IMPORT;


Macro XMLCALL

#define XMLCALL;

Macro which declares the calling convention for exported functions


Macro XMLCDECL

#define XMLCDECL;

Macro which declares the calling convention for exported functions that use '...'.


Macro XMLPUBFUN

#define XMLPUBFUN;

Macro which declares an exportable function


Macro XMLPUBLIC

#define XMLPUBLIC;

Macro which declares a public symbol


Macro XMLPUBVAR

#define XMLPUBVAR;

Macro which declares an exportable variable