Skip to content

Commit

Permalink
Bug #78, 解决版本错误,ProcessPrng调整为小于Win7进行Thunk
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed May 6, 2024
1 parent 74d9b93 commit b1cb7cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Thunks/BCryptPrimitives.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ namespace YY
{
namespace Thunks
{
#if (YY_Thunks_Support_Version < NTDDI_WIN6)
#if (YY_Thunks_Support_Version < NTDDI_WIN7)

// 最低受支持的客户端 Windows Vista [桌面应用|UWP 应用]
// 最低受支持的服务器 Windows Server 2008[桌面应用 | UWP 应用]
// 用户反馈Windows Vista会报告此API不存在。
__DEFINE_THUNK(
bcryptprimitives,
8,
Expand Down

0 comments on commit b1cb7cb

Please sign in to comment.