I am trying to compile my application, which uses a modified version of Skia m83f, for Windows. I intend to update my application to latest Skia, but that's not the priority right now.
Compiling in Linux works fine. However, in Windows, I am getting a bunch of miscelaneous errors. I don't understand why, since the skia code is the same for both Windows & Linux, and the compiler is Clang in both cases.
There are two types of errors I've identified: coding errors and build errors.