I am trying to migrate a sample from the the SDK for Windows 7 to Visual Studio 2013. I successfully migrated it from Visual Studio 8 to Visual Studio 2012, but when opening the Visual Studio 2012 project in Visual Studio 2013 and compiling, I get 84 errors,
beginning with "c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\atlwin.h(2085): error C2065: 'HMONITOR' : undeclared identifier". All the other errors also are in atlwin.h and appear to be related to the same
set of monitor functions. I have added windows.h to the include list in atlwin.h which hasn't helped. What needs to added for these definitions?
↧