Skip to content

Commit

Permalink
Add Windows Implementation Library (WIL) submodule (#727)
Browse files Browse the repository at this point in the history
Windows Implementation Library is a modern header-only C++ library for common Windows coding patterns, such as lifetime management and COM wrappers. It supersedes ATL, WRL, and other Microsoft libraries.

This is a preparation to migrate ATL and WRL to WIL.

PiperOrigin-RevId: 526046042
  • Loading branch information
yuryu committed Apr 21, 2023
1 parent 250d159 commit 0ce1f9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -16,3 +16,6 @@
[submodule "src/third_party/abseil-cpp"]
path = src/third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
[submodule "src/third_party/wil"]
path = src/third_party/wil
url = https://github.com/microsoft/wil.git
1 change: 1 addition & 0 deletions src/third_party/wil
Submodule wil added at fc5dbf

0 comments on commit 0ce1f9b

Please sign in to comment.