Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #if !defined(XALAN_DOM_DEFINITIONS)
00021 #define XALAN_DOM_DEFINITIONS
00022
00023
00024
00025 #include <xalanc/Include/PlatformDefinitions.hpp>
00026
00027
00028
00029 #if defined(XALAN_BUILD_DLL)
00030
00031 #define XALAN_DOM_EXPORT XALAN_PLATFORM_EXPORT
00032
00033 #define XALAN_DOM_EXPORT_FUNCTION(T) XALAN_PLATFORM_EXPORT_FUNCTION(T)
00034
00035 #else
00036
00037 #define XALAN_DOM_EXPORT XALAN_PLATFORM_IMPORT
00038
00039 #define XALAN_DOM_EXPORT_FUNCTION(T) XALAN_PLATFORM_IMPORT_FUNCTION(T)
00040
00041 #endif
00042
00043
00044
00045 #endif