Skip to content

Commit

Permalink
修正Wow64DisableWow64FsRedirection和Wow64RevertWow64FsRedirection的系统起始支持版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
sonyps5201314 committed Sep 18, 2024
1 parent 9b64b9a commit 6419571
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Thunks/api-ms-win-core-wow64.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace YY::Thunks
{
#if (YY_Thunks_Target < __WindowsNT5_2)
#if (YY_Thunks_Target < __WindowsNT5_2_SP1)

//Windows XP Professional x64 Edition, Windows Server 2003
//Windows XP Professional x64 Edition, Windows Server 2003 SP1
__DEFINE_THUNK(
kernel32,
4,
Expand All @@ -27,9 +27,9 @@ namespace YY::Thunks
#endif


#if (YY_Thunks_Target < __WindowsNT5_2)
#if (YY_Thunks_Target < __WindowsNT5_2_SP1)

//Windows XP Professional x64 Edition, Windows Server 2003
//Windows XP Professional x64 Edition, Windows Server 2003 SP1
__DEFINE_THUNK(
kernel32,
4,
Expand Down

0 comments on commit 6419571

Please sign in to comment.