Lookup XEX export by ordinal

This commit is contained in:
Dr. Chat
2015-05-05 18:54:01 -05:00
parent 7898851856
commit bffd2624fc
3 changed files with 57 additions and 10 deletions

View File

@@ -64,5 +64,7 @@ int xe_xex2_get_import_infos(xe_xex2_ref xex,
int xe_xex2_lookup_export(xe_xex2_ref xex, const char* name,
PEExport& peexport);
int xe_xex2_lookup_export(xe_xex2_ref xex, int ordinal,
PEExport& peexport);
#endif // XENIA_KERNEL_UTIL_XEX2_H_