[ros-diffs] [cfinck] 36944: 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.