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 = {