-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rev wil to latest version
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule wil
updated
28 files
+1 −1 | CMakeLists.txt | |
+2 −1 | README.md | |
+6 −8 | include/wil/com.h | |
+31 −1 | include/wil/common.h | |
+48 −1 | include/wil/cppwinrt.h | |
+74 −0 | include/wil/cppwinrt_wrl.h | |
+10 −3 | include/wil/filesystem.h | |
+168 −0 | include/wil/nt_result_macros.h | |
+304 −30 | include/wil/resource.h | |
+5 −6 | include/wil/result.h | |
+320 −121 | include/wil/result_macros.h | |
+1 −1 | include/wil/token_helpers.h | |
+139 −77 | include/wil/win32_helpers.h | |
+64 −12 | include/wil/winrt.h | |
+1 −1 | include/wil/wistd_config.h | |
+2 −0 | scripts/init.cmd | |
+14 −0 | tests/CMakeLists.txt | |
+72 −0 | tests/FileSystemTests.cpp | |
+165 −0 | tests/NtResultTests.cpp | |
+84 −0 | tests/ResourceTests.cpp | |
+0 −1 | tests/WinRTTests.cpp | |
+61 −0 | tests/WinVerifyTrustTest.cpp | |
+1 −10 | tests/app/CMakeLists.txt | |
+2 −10 | tests/cpplatest/CMakeLists.txt | |
+3 −10 | tests/noexcept/CMakeLists.txt | |
+2 −10 | tests/normal/CMakeLists.txt | |
+2 −2 | tests/wiTest.cpp | |
+1 −10 | tests/win7/CMakeLists.txt |