mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 18:31:03 +00:00
Use win32 style __imp__ prefix on xbox imports
This commit is contained in:
parent
f6d7c97986
commit
6bddfaa23d
@ -5,7 +5,7 @@
|
|||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
#define STRINGIFY(X) #X
|
#define STRINGIFY(X) #X
|
||||||
#define XE_EXPORT(MODULE, ORDINAL, NAME, TYPE) { (ORDINAL), STRINGIFY(NAME) }
|
#define XE_EXPORT(MODULE, ORDINAL, NAME, TYPE) { (ORDINAL), "__imp__" STRINGIFY(NAME) }
|
||||||
|
|
||||||
std::unordered_map<size_t, const char*> XamExports =
|
std::unordered_map<size_t, const char*> XamExports =
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user