Skip to content

Commit

Permalink
修正SetThreadStackGuarantee的系统起始支持版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
sonyps5201314 authored and mingkuang-Chuyu committed Sep 24, 2024
1 parent b9cb252 commit 7707641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Thunks/api-ms-win-core-processthreads.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ namespace YY ::Thunks
#endif


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

//Windows Vista, Windows XP Professional x64 Edition [desktop apps only]
//Windows Server 2008, Windows Server 2003 with SP1 [desktop apps only]
Expand Down

0 comments on commit 7707641

Please sign in to comment.