Fix build broken in r36927
authorColin Finck <colin@reactos.org>
Sat, 25 Oct 2008 14:49:51 +0000 (14:49 +0000)
committerColin Finck <colin@reactos.org>
Sat, 25 Oct 2008 14:49:51 +0000 (14:49 +0000)
commitce96d49c3669d0889df446afa241a22947c5c64a
tree8122e1995e9efceea1b96868c65509dee879a264
parentd80a56b7f998416637c69dfd0acda986a4afc0d5
Fix build broken in r36927

The #ifdef's here are defined by the host, not by the target.
Therefore we can't check with #if defined(__x86_64__) whether we build for 64-bit. Probably a _TARGET_PE64 solution like we have for rsym is needed here to fix this properly also for the AMD64 port.

svn path=/trunk/; revision=36944
reactos/tools/winebuild/main.c