Branch for reference release.

diff --git a/src/Include/VCPPDefinitions.hpp b/src/Include/VCPPDefinitions.hpp
index 5ae07ba..60bd8d1 100644
--- a/src/Include/VCPPDefinitions.hpp
+++ b/src/Include/VCPPDefinitions.hpp
@@ -73,9 +73,7 @@
 #define XALAN_PLATFORM_IMPORT_FUNCTION(T) T XALAN_PLATFORM_IMPORT
 
 
-#if __INTEL_COMPILER >= 600
-#define XALAN_INLINE_INITIALIZATION
-#elif _MSC_VER >= 1300
+#if _MSC_VER >= 1300
 #define XALAN_INLINE_INITIALIZATION
 #define XALAN_NEW_STD_ALLOCATOR
 #else