"Steven" == Steven Edwards steven_ed4153@yahoo.com writes:
Steven> If you have to do a #ifdef for the unit tests do the generic Steven> _WINDOWS as this covers both the mingw and the MSV_VC port. I Steven> dont know if this will give you trouble when you go to cross Steven> compile wine/tools that have #ifdef _WINDOWS but I use it on my Steven> mingw port.
Retinking my last mail and reading Steven's mail, wouldn't be __WIN32__ and __WINE__ be the better choices to destinguish.
Bye