Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(648)

Side by Side Diff: third_party/libxslt/src/libexslt/libexslt.h

Issue 2865973002: Check in the libxslt roll script. (Closed)
Patch Set: Consistent quotes. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * libexslt.h: internal header only used during the compilation of libexslt 2 * libexslt.h: internal header only used during the compilation of libexslt
3 * 3 *
4 * See COPYRIGHT for the status of this software 4 * See COPYRIGHT for the status of this software
5 * 5 *
6 * Author: daniel@veillard.com 6 * Author: daniel@veillard.com
7 */ 7 */
8 8
9 #ifndef __XSLT_LIBEXSLT_H__ 9 #ifndef __XSLT_LIBEXSLT_H__
10 #define __XSLT_LIBEXSLT_H__ 10 #define __XSLT_LIBEXSLT_H__
11 11
12 #if defined(WIN32) && !defined (__CYGWIN__) && !defined (__MINGW32__) 12 #if defined(WIN32) && !defined (__CYGWIN__) && !defined (__MINGW32__)
13 #include <win32config.h> 13 #include <win32config.h>
14 #else 14 #else
15 #include "config.h" 15 #include "config.h"
16 #endif 16 #endif
17 17
18 #include <libxslt/xsltconfig.h> 18 #include <libxslt/xsltconfig.h>
19 #include <libxml/xmlversion.h> 19 #include <libxml/xmlversion.h>
20 20
21 #if !defined LIBEXSLT_PUBLIC 21 #if !defined LIBEXSLT_PUBLIC
22 #if (defined (__CYGWIN__) || defined _MSC_VER) && !defined IN_LIBEXSLT && !defin ed LIBEXSLT_STATIC 22 #if (defined (__CYGWIN__) || defined _MSC_VER) && !defined IN_LIBEXSLT && !defin ed LIBEXSLT_STATIC
23 #define LIBEXSLT_PUBLIC __declspec(dllimport) 23 #define LIBEXSLT_PUBLIC __declspec(dllimport)
24 #else 24 #else
25 #define LIBEXSLT_PUBLIC 25 #define LIBEXSLT_PUBLIC
26 #endif 26 #endif
27 #endif 27 #endif
28 28
29 #endif /* ! __XSLT_LIBEXSLT_H__ */ 29 #endif /* ! __XSLT_LIBEXSLT_H__ */
OLDNEW
« no previous file with comments | « third_party/libxslt/src/libexslt/functions.c ('k') | third_party/libxslt/src/libexslt/libexslt.3 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698