diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-12-20 13:53:08 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-12-20 13:53:08 +0000 |
commit | 40b27fb86ec1304498081f8723828e960f508590 (patch) | |
tree | ad92a572238e7adafe5b3d50d381a700de791d68 /win32 | |
parent | c17e6895ef833a95542be24bef8c8b55fcdf77b2 (diff) | |
download | libxslt-40b27fb86ec1304498081f8723828e960f508590.tar.gz libxslt-40b27fb86ec1304498081f8723828e960f508590.tar.bz2 libxslt-40b27fb86ec1304498081f8723828e960f508590.zip |
applied albert portability patch applied Igor patch for Windows Daniel
* configure.in: applied albert portability patch
* libxslt/libxslt.h libxslt/xslt.h libxslt/xsltconfig.h.in
libxslt/xsltutils.c libxslt/xsltwin32config.h.in win32/dsp/libxslt.def:
applied Igor patch for Windows
Daniel
Diffstat (limited to 'win32')
-rw-r--r-- | win32/dsp/libxslt.def | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/dsp/libxslt.def b/win32/dsp/libxslt.def index 474b0f18..c80ee68a 100644 --- a/win32/dsp/libxslt.def +++ b/win32/dsp/libxslt.def @@ -187,4 +187,9 @@ EXPORTS xsltSaveProfiling
xsltTimestamp
xsltCalibrateAdjust
+ xslDebugStatus DATA
+ xsltSetDebuggerCallbacks
+ xslAddCall
+ xslDropCall
+
|