From 6bddfaa23d95c32f27708d874aa34d490f4f3621 Mon Sep 17 00:00:00 2001 From: Sajid Date: Tue, 24 Sep 2024 16:05:11 +0600 Subject: [PATCH] Use win32 style __imp__ prefix on xbox imports --- PowerUtils/xex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerUtils/xex.cpp b/PowerUtils/xex.cpp index 81fd2d1..da84f6b 100644 --- a/PowerUtils/xex.cpp +++ b/PowerUtils/xex.cpp @@ -5,7 +5,7 @@ #include #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 XamExports = {