0fd3b37746
Precompiled headers aren't actually used by any of the compilers, so leaving this header in the repo doesn't make much sense. However, removing it revealed some places in the code which rely on windows.h being included on WIN32, which was probably included via the tchar.h include. These places have been fixed to explicitly include windows.h.