ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

libxslt.h
Go to the documentation of this file.
00001 /*
00002  * Summary: internal header only used during the compilation of libxslt
00003  * Description: internal header only used during the compilation of libxslt
00004  *
00005  * Copy: See Copyright for the status of this software.
00006  *
00007  * Author: Daniel Veillard
00008  */
00009 
00010 #ifndef __XSLT_LIBXSLT_H__
00011 #define __XSLT_LIBXSLT_H__
00012 
00013 #if defined(WIN32) && !defined (__CYGWIN__) && !defined (__MINGW32__)
00014 #include <win32config.h>
00015 #else
00016 #include "config.h"
00017 #endif
00018 
00019 #include <libxslt/xsltconfig.h>
00020 #include <libxml/xmlversion.h>
00021 
00022 #if !defined LIBXSLT_PUBLIC
00023 #if (defined (__CYGWIN__) || defined _MSC_VER) && !defined IN_LIBXSLT && !defined LIBXSLT_STATIC
00024 #define LIBXSLT_PUBLIC __declspec(dllimport)
00025 #else
00026 #define LIBXSLT_PUBLIC 
00027 #endif
00028 #endif
00029 
00030 #endif /* ! __XSLT_LIBXSLT_H__ */

Generated on Sun May 27 2012 04:19:37 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.