Skip to content

Commit

Permalink
ResolveLocaleName的最低导入版本填写错误并且减少不必要的internal函数引入(#29
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed Jul 7, 2021
1 parent 6e15fe3 commit 7a95d02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Thunks/api-ms-win-core-localization.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace YY
{
namespace Thunks
{
#ifdef YY_Thunks_Implemented
#if defined(YY_Thunks_Implemented) && (YY_Thunks_Support_Version < NTDDI_WIN6)
namespace internal
{
struct FastDownlevelCallbackInfo
Expand Down Expand Up @@ -2307,10 +2307,10 @@ namespace YY
#endif


#if (YY_Thunks_Support_Version < NTDDI_WIN6)
#if (YY_Thunks_Support_Version < NTDDI_WIN7)

//Minimum supported client Windows Vista [desktop apps only]
//Minimum supported server Windows Server 2008 [desktop apps only]
//Minimum supported client Windows 7 [desktop apps | UWP apps]
//Minimum supported server Windows Server 2008 R2 [desktop apps | UWP apps]
__DEFINE_THUNK(
kernel32,
12,
Expand Down

0 comments on commit 7a95d02

Please sign in to comment.