From e7d45c189bf83827c993946136afe244919492cf Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 29 Mar 2006 04:45:12 +0000 Subject: [PATCH] Always include the "___ImageBase" symbol, so the first RVA entry is always (hopefully) the base of the EXE. That way, we can display consistent offsets relative to that. --- stepmania/src/archutils/Win32/mapconv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/archutils/Win32/mapconv.cpp b/stepmania/src/archutils/Win32/mapconv.cpp index 2ca9e8f472..f3cb96f907 100644 --- a/stepmania/src/archutils/Win32/mapconv.cpp +++ b/stepmania/src/archutils/Win32/mapconv.cpp @@ -181,7 +181,7 @@ int main(int argc, char **argv) { if (4!=sscanf(line, "%lx:%lx %s %lx", &grp, &start, symname, &rva)) break; - if (!(codeseg_flags & (1<