microsoft / cppwin32

A modern C++ projection for the Win32 SDK
MIT License
441 stars 30 forks source link

This library and WIL #7

Closed shmuelie closed 3 years ago

shmuelie commented 3 years ago

In many ways the Windows Implementation Libraries already provides many modern C++ APIs for Win32.

How does the two play out in the future? Merge/converge?

kennykerr commented 3 years ago

WIL provides wrappers for the Windows API. This project attempts to provide the actual Windows API definitions. Those are very different concerns. I could certainly imagine WIL relying on this project for those definitions, and developers using them together, but there doesn't appear to be any need to merge them.