Magnus Hagander <magnus(at)hagander(dot)net> writes:
>> Do you mean the include order of Platform SDK possibly influenced the
>> build result?
> it could be. At first look ISTM that the error comes from not finding
> the definition of HANDLE, which is certainly very central to the
> Platform SDK.
You should be looking at the first few errors. I'm suspicious that a
system include file isn't being found where expected. Some compilers
will bull ahead anyway, but a huge number of consequent errors can be
expected if the needed declarations haven't been read ...
regards, tom lane