I have a VS solution with both WIN32 and X64 projects. I've used !DEC$ IF DEFINED(_X86_) in a bunch of places to make the 32 bit version syntax different. But Now I find my WIN32 project is being compiled thinking that _X86_ isn't defined. Is this automatically set somewhere? I thought it was being done correctly, and now it isn't.
Thanks!



