It’s the default_int error mentioned above. It’s the very first error the compiler emits when it is “parsing” the entry point, although it’s only level 1, which can be turned off.
The second error is because windows.h is absent, #include <wchar.h> may resolve the issue. Hopefully. 🙂