Chuyu-Team / YY-Thunks

Fix DecodePointer, EncodePointer,RegDeleteKeyEx etc. APIs not found in Windows XP RTM.
MIT License
567 stars 103 forks source link

Fix some Windows Runtime API fallback behavior to follow the previous C++/WinRT fallback implementations. #93

Closed MouriNaruto closed 4 months ago

MouriNaruto commented 4 months ago

In general, following the Microsoft's behaviors for avoiding some issues.

Changed APIs

Kenji Mouri