Added extra EA_NATIVE guard for string table struct

This commit is contained in:
Ross Owen
2014-08-29 14:26:38 +01:00
parent 86641459b0
commit b2eac6809c

View File

@@ -210,7 +210,9 @@ typedef struct
STR_TABLE_ENTRY(mixOutStr_8);
#endif
STR_TABLE_ENTRY(iAPInterfaceStr);
#ifdef IAP_EA_NATIVE_TRANS
STR_TABLE_ENTRY(iAP_EANativeTransport_InterfaceStr);
#endif
} StringDescTable_t;
StringDescTable_t g_strTable =