tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / external / libxml2 / libxml2-global-symbols.patch
blob32146da4b3d7becbf407fa1b6c3a1be1e0e4cad7
1 --- misc/libxml2-2.7.6/libxml2.syms Tue Oct 6 18:31:35 2009
2 +++ misc/build/libxml2-2.7.6/libxml2.syms Wed Jul 7 15:43:17 2010
3 @@ -2184,10 +2184,10 @@
4 } LIBXML2_2.6.27;
6 LIBXML2_2.6.29 {
7 - global:
8 +# global:
10 # threads
11 - xmlDllMain;
12 +#WIN32 only! xmlDllMain;
13 } LIBXML2_2.6.28;
15 LIBXML2_2.6.32 {
16 @@ -2231,3 +2231,55 @@
17 xmlPopOutputCallbacks;
18 } LIBXML2_2.9.8;
20 +LIBXML2_2.11.4 {
21 + global:
22 + xmlMemSize;
23 + xmlNewSAXParserCtxt;
24 +} LIBXML2_2.9.11;
26 +LIBXML2_2.12.3 {
27 + global:
28 + xmlCtxtSetMaxAmplification;
29 + xmlTextReaderSetMaxAmplification;
30 +} LIBXML2_2.11.4;
32 +# HACK: export global variable accessor functions (globals.h)
33 +LIBXML2_GLOBAL_VARIABLES {
34 + global:
35 +# __xmlMalloc;
36 +# __xmlMallocAtomic;
37 +# __xmlRealloc;
38 +# __xmlFree;
39 +# __xmlMemStrdup;
40 + __docbDefaultSAXHandler;
41 + __htmlDefaultSAXHandler;
42 + __xmlLastError;
43 + __oldXMLWDcompatibility;
44 + __xmlBufferAllocScheme;
45 + __xmlDefaultBufferSize;
46 + __xmlDefaultSAXHandler;
47 + __xmlDefaultSAXLocator;
48 + __xmlDoValidityCheckingDefaultValue;
49 + __xmlGenericError;
50 + __xmlStructuredError;
51 + __xmlGenericErrorContext;
52 + __xmlStructuredErrorContext;
53 + __xmlGetWarningsDefaultValue;
54 + __xmlIndentTreeOutput;
55 + __xmlTreeIndentString;
56 + __xmlKeepBlanksDefaultValue;
57 + __xmlLineNumbersDefaultValue;
58 + __xmlLoadExtDtdDefaultValue;
59 + __xmlParserDebugEntities;
60 + __xmlParserVersion;
61 + __xmlPedanticParserDefaultValue;
62 + __xmlSaveNoEmptyTags;
63 + __xmlSubstituteEntitiesDefaultValue;
64 + __xmlRegisterNodeDefaultValue;
65 + __xmlDeregisterNodeDefaultValue;
66 + __xmlParserInputBufferCreateFilenameValue;
67 + __xmlOutputBufferCreateFilenameValue;
68 +# Solaris ld needs explicit auto-reduction (or, alternatively, "-B local")
69 + local:
70 + *;
71 +} LIBXML2_2.7.4;