diff options
Diffstat (limited to 'ports/minhook')
| -rw-r--r-- | ports/minhook/CONTROL | 5 | ||||
| -rw-r--r-- | ports/minhook/vcpkg.json | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/ports/minhook/CONTROL b/ports/minhook/CONTROL deleted file mode 100644 index 1c475bd17..000000000 --- a/ports/minhook/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: minhook
-Version: 1.3.3
-Port-Version: 1
-Description: The Minimalistic x86/x64 API Hooking Library for Windows.
-Supports: !uwp
\ No newline at end of file diff --git a/ports/minhook/vcpkg.json b/ports/minhook/vcpkg.json new file mode 100644 index 000000000..707945ccc --- /dev/null +++ b/ports/minhook/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "minhook", + "version-string": "1.3.3", + "port-version": 2, + "description": "The Minimalistic x86/x64 API Hooking Library for Windows.", + "supports": "!uwp" +} |
