Skip to content

Commit

Permalink
Fea #29, 消除Chrome中Windows 7不支持的部分API
Browse files Browse the repository at this point in the history
* PowerRegisterSuspendResumeNotification
* PowerUnregisterSuspendResumeNotification
* RegisterSuspendResumeNotification
* UnregisterSuspendResumeNotification
  • Loading branch information
mingkuang-Chuyu committed Mar 17, 2023
1 parent cc1e3ca commit d58e79d
Show file tree
Hide file tree
Showing 8 changed files with 726 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ThunksList.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@
| ---- | -----------
| PowerDeterminePlatformRole | 不存在时,返回PlatformRoleDesktop。
| PowerDeterminePlatformRoleEx | 不存在时,调用PlatformRoleDesktop。
| PowerRegisterSuspendResumeNotification | 不存在时,使用窗口模拟。
| PowerUnregisterSuspendResumeNotification | 内部实现。

## psapi.dll
| 函数 | Fallback
Expand Down Expand Up @@ -364,6 +366,8 @@
| GetSystemMetricsForDpi | 不存在时,调用GetSystemMetrics。
| AdjustWindowRectExForDpi | 不存在时,调用AdjustWindowRectEx。
| SystemParametersInfoForDpi | 不存在时,调用SystemParametersInfoW。
| RegisterSuspendResumeNotification | 不存在时,使用窗口模拟。
| UnregisterSuspendResumeNotification | 不存在时,内部实现。

## userenv.dll
| 函数 | Fallback
Expand Down
Loading

0 comments on commit d58e79d

Please sign in to comment.