Is the mingw64-ucrt64 wuapi.h not as up-to-date to the Microsoft SDK version?

84 views Asked by At

I'm trying to move from Visual Studio to VSCodium for C++ Win32 programming but after installing the headers according to the Visual Studio Getting Started Page and compile the code it is saying that certain wuapi.h types don't exist (IUpdateSession3, IUpdateManager, IUpdateService). According to the Win32 docs for wuapi.h from Microsoft, and the fact it compiles just fine in Vistual Studio I know they should.

Comparing the two header files in Windows SDK and ucrt64, the ucrt64's wuapi.h is much smaller and makes no references to the above types, along with a lot of the versions of each type (IUpdate2, IUpdate3, etc.) but Windows SDK version does have them.

Is this a case of the mingw64-urct64 headers not being fully implemented? Or am I missing something obvious?

0

There are 0 answers