This commit is contained in:
Roberto Parolin
2019-10-31 08:18:15 -07:00
parent 6775c0a033
commit 772f50c545
2 changed files with 11 additions and 3 deletions

View File

@@ -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__))

View File

@@ -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