Roberto Parolin 6 ani în urmă
părinte
comite
772f50c545

+ 9 - 1
include/Common/EABase/config/eaplatform.h

@@ -215,7 +215,15 @@
 	#else
 		#error Unsupported WINAPI_FAMILY
 	#endif
-	
+
+	#if EA_WINAPI_FAMILY_PARTITION(EA_WINAPI_PARTITION_GAMES)
+		#define CS_UNDEFINED_STRING 			1
+		#define CS_UNDEFINED_STRING 		1
+	#endif
+
+	#if EA_WINAPI_FAMILY_PARTITION(EA_WINAPI_PARTITION_TV_TITLE)
+		#define EA_PLATFORM_XBOXONE_XDK 	1
+	#endif
 
 // Larrabee                                           // This part to be removed once __LRB__ is supported by the Larrabee compiler in 2009.
 #elif defined(EA_PLATFORM_LRB) || defined(__LRB__) || (defined(__EDG__) && defined(__ICC) && defined(__x86_64__))

+ 2 - 2
include/Common/EABase/version.h

@@ -29,8 +29,8 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef EABASE_VERSION
-    #define EABASE_VERSION "2.09.08"
-    #define EABASE_VERSION_N 20908
+    #define EABASE_VERSION "2.09.09"
+    #define EABASE_VERSION_N 20909
 #endif
 
 #endif