diff options
| author | Charles Milette <charles.milette@gmail.com> | 2021-03-18 16:18:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-18 13:18:51 -0700 |
| commit | 04821b850025a7fecb7604c7221a0d1702dec6d8 (patch) | |
| tree | 3b94b78df9b48a0aa1eb435ca2e76d2659f73d69 /ports/detours/CONTROL | |
| parent | 1f7d3846180cba2b595738320300cc9b470d9ee2 (diff) | |
| download | vcpkg-04821b850025a7fecb7604c7221a0d1702dec6d8.tar.gz vcpkg-04821b850025a7fecb7604c7221a0d1702dec6d8.zip | |
[detours] support debug builds (#16755)
* [detours] support debug builds
* Update baseline
* [detours] Update CONTROL
* [detours] Update baseline
Diffstat (limited to 'ports/detours/CONTROL')
| -rw-r--r-- | ports/detours/CONTROL | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ports/detours/CONTROL b/ports/detours/CONTROL index fdf9fa6a4..baf44f69d 100644 --- a/ports/detours/CONTROL +++ b/ports/detours/CONTROL @@ -1,3 +1,5 @@ Source: detours
-Version: 4.0.1-1
+Version: 4.0.1
+Port-Version: 2
+Homepage: https://github.com/microsoft/Detours
Description: Detours is a software package for monitoring and instrumenting API calls on Windows.
\ No newline at end of file |
