Skip to content
Snippets Groups Projects
Commit 7182bc62f06f authored by Igor Zlatkovic's avatar Igor Zlatkovic
Browse files

fixed typos reported by Mark Vakoc

parent 312e43a97cdd
No related branches found
No related tags found
No related merge requests found
Thu Aug 28 18:30:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
* libxslt/xsltexports.h libexslt/exsltexports.h: fixed typos reported by
Mark Vakoc
Wed Aug 27 12:07:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
* libxslt/*.h: realigned parameters after taint
......
......@@ -38,7 +38,7 @@
#if !defined(LIBEXSLT_STATIC)
#define EXSLTPUBVAR __declspec(dllimport) extern
#else
#define EXSLTPUBVAR
#define EXSLTPUBVAR extern
#endif
#endif
#define EXSLTCALL __cdecl
......
......@@ -38,7 +38,7 @@
#if !defined(LIBXSLT_STATIC)
#define XSLTPUBVAR __declspec(dllimport) extern
#else
#define XSLTPUBVAR
#define XSLTPUBVAR extern
#endif
#endif
#define XSLTCALL __cdecl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment