forked from mirrors/0ad
0d0010fe58
With pch enabled WIN32 gets defined for cxxtests xmlformatter.h but not without resulting in a build failure ctime_r not found which was only added with C23. Explicitly define WIN32 for Windows target, to force the intended code path. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>