diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-08-16 12:38:44 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-08-16 12:38:44 +0000 |
commit | 8be4fdf14210adf53c401ec214bcb272e678c004 (patch) | |
tree | 23684e5717d1239f44bfc4b421ecbca61227a038 /win32 | |
parent | b6e339c509596e9e7b3c545b579e5115dc6e2e6f (diff) | |
download | libxslt-8be4fdf14210adf53c401ec214bcb272e678c004.tar.gz libxslt-8be4fdf14210adf53c401ec214bcb272e678c004.tar.bz2 libxslt-8be4fdf14210adf53c401ec214bcb272e678c004.zip |
minimal changes to compile 1.0.2 on Windows/MSC Daniel
* win32/dsp/libxslt.def: minimal changes to compile 1.0.2 on
Windows/MSC
Daniel
Diffstat (limited to 'win32')
-rw-r--r-- | win32/dsp/libxslt.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/dsp/libxslt.def b/win32/dsp/libxslt.def index b2ba4461..141399d4 100644 --- a/win32/dsp/libxslt.def +++ b/win32/dsp/libxslt.def @@ -157,3 +157,6 @@ EXPORTS xsltParseTemplateContent
xsltRegisterTestModule
xsltCleanupGlobals
+ xsltDocumentComp
+ xsltInitElemPreComp
+ xsltPrintErrorContext
|