mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 08:11:38 +08:00
- Only export stdcall annotated functions on x86 - Turn annotated stubs / forwarders into normal exports - Note: MSVC removes decorated exports / forwarders, as soon as the undecorated version is exported, even when _declspec(dllexport) is used, no idea how to fix that.