Skip to content

Commit

Permalink
添加EnumSystemLocalesEx并且改善Callback的性能(#29
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed Jul 2, 2021
1 parent f0ff157 commit d5df342
Show file tree
Hide file tree
Showing 4 changed files with 335 additions and 77 deletions.
3 changes: 2 additions & 1 deletion ThunksList.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,5 @@
| [RoUninitialize](https://docs.microsoft.com/windows/win32/api/roapi/nf-roapi-rouninitialize) | 不存在时,调用 CoUninitialize。
| [GetDynamicTimeZoneInformation](https://docs.microsoft.com/windows/win32/api/timezoneapi/nf-timezoneapi-getdynamictimezoneinformation) | 不存在时,调用 GetTimeZoneInformation。
| [SetDynamicTimeZoneInformation](https://docs.microsoft.com/windows/win32/api/timezoneapi/nf-timezoneapi-setdynamictimezoneinformation) | 不存在时,调用 SetTimeZoneInformation。
| [GetProductInfo](https://docs.microsoft.com/windows/win32/api/sysinfoapi/nf-sysinfoapi-getproductinfo) | 不存在时,调用 GetVersionExW。
| [GetProductInfo](https://docs.microsoft.com/windows/win32/api/sysinfoapi/nf-sysinfoapi-getproductinfo) | 不存在时,调用 GetVersionExW。
| [EnumSystemLocalesEx](https://docs.microsoft.com/windows/win32/api/winnls/nf-winnls-enumsystemlocalesex) | 不存在时,调用 EnumSystemLocalesW。
Loading

0 comments on commit d5df342

Please sign in to comment.