[RSYM/x64] Make command line compatible with x86 version
authorHervé Poussineau <hpoussin@reactos.org>
Mon, 22 Feb 2021 13:17:32 +0000 (14:17 +0100)
committerHervé Poussineau <hpoussin@reactos.org>
Mon, 22 Feb 2021 13:21:43 +0000 (14:21 +0100)
commit4c930799f1e4e072c7b2d0a5bffe9ab977a03d95
tree946e4f2db244a9e87caf3ee3cdf015d53c9f0439
parent05fbfb0cadf10d726e2f136bdb13a097f5059d26
[RSYM/x64] Make command line compatible with x86 version

x86 version needs input and output file names as arguments, even if is called with
input file name = output file name.
x86 version also accepts a -s argument to the root path of ReactOS sources

Make x64 version take the same arguments.
sdk/tools/rsym/rsym64.c