mirror of
https://github.com/electronicarts/EABase.git
synced 2026-01-18 17:11:23 +01:00
2.09.09
This commit is contained in:
@@ -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__))
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user