mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-05 21:09:12 +00:00
OfflineSymbolResolverDbgHelper.cpp uses IMAGEHLP_LINE but SymGetLineFromAddr64 expects IMAGEHLP_LINE64. On 64-bit Windows these are typedef'd to the same thing, but on 32-bit they're different.