Browse Source
- On ARM64, fixes incompatibilities with certain Windhawk mods that hook CreateWindowExW such as taskbar-volume-control. - On ARM64, fixes a very slim chance bug where hooked functions would cause a crash when called. - Updated dependencies.pull/4568/head
12 changed files with 79 additions and 117 deletions
@ -1,4 +1,5 @@
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<packages> |
||||
<package id="Microsoft.Windows.ImplementationLibrary" version="1.0.230824.2" targetFramework="native" /> |
||||
<package id="KNSoft.SlimDetours" version="1.1.4-beta" targetFramework="win10.0.22621" /> |
||||
<package id="Microsoft.Windows.ImplementationLibrary" version="1.0.250325.1" targetFramework="native" /> |
||||
</packages> |
||||
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<packages> |
||||
<package id="Microsoft.Web.WebView2" version="1.0.2592.51" targetFramework="native" /> |
||||
<package id="Microsoft.Web.WebView2" version="1.0.3405.78" targetFramework="native" /> |
||||
</packages> |
||||
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
Subproject commit 45a76a359989aa0ce037440449976a777fd01e63 |
||||
Loading…
Reference in new issue