mirror of
https://github.com/reactos/reactos.git
synced 2026-09-08 10:20:22 +08:00
This is an RVA, so there is no reason to expand it to 64 bit on x64. Fixes crash of dbghelp_apitest rsym on x64, as the test was using ULONG while dbghelp was using ULONG_PTR and rsym itself was using TARGET_ULONG_PTR.