VirtualBox

source: vbox/trunk/src/libs/libxslt-1.1.22/libexslt/libexslt.h@ 13607

最後變更 在這個檔案從13607是 7299,由 vboxsync 提交於 17 年 前

Added vboxconfig.h for linux builds.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Date Revision Author Id
檔案大小: 711 位元組
 
1/*
2 * libexslt.h: internal header only used during the compilation of libexslt
3 *
4 * See COPYRIGHT for the status of this software
5 *
6 * Author: [email protected]
7 */
8
9#ifndef __XSLT_LIBEXSLT_H__
10#define __XSLT_LIBEXSLT_H__
11
12#if defined(WIN32) && !defined (__CYGWIN__) && !defined (__MINGW32__)
13#include <win32config.h>
14#elif defined(VBOX)
15#include "vboxconfig.h"
16#else
17#include "config.h"
18#endif
19
20#include "xsltconfig.h"
21#include <libxml/xmlversion.h>
22
23#if !defined LIBEXSLT_PUBLIC
24#if (defined (__CYGWIN__) || defined _MSC_VER) && !defined IN_LIBEXSLT && !defined LIBEXSLT_STATIC
25#define LIBEXSLT_PUBLIC __declspec(dllimport)
26#else
27#define LIBEXSLT_PUBLIC
28#endif
29#endif
30
31#endif /* ! __XSLT_LIBEXSLT_H__ */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette