Sunday, July 31, 2016

Windows.h Issues Since Visual Studio 2015 Update 3

Windows.h Issues Since Visual Studio 2015 Update 3

Hi !

Since I updated to Visual Studio 2015 Update 3 I have compilation issue for Windows.h stuff like TIMECAPS and InitializeConditionVariable.

To solve the TIMECAPS issue I have to include "timeapi.h", it was not needed before.

To solve the InitializeConditionVariable and other of the same kind I have to set "_WIN32_WINNT=0x0600" as compilation macro.

Is it normal ?

Thanks


No comments:

Post a Comment