Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 7 Alt+Tab Loader 2.0.0 #900

Merged
merged 2 commits into from
Aug 26, 2024
Merged

Windows 7 Alt+Tab Loader 2.0.0 #900

merged 2 commits into from
Aug 26, 2024

Conversation

aubymori
Copy link
Contributor

  • Complete rewrite
  • Support for UWP app icons
  • Aero Peek now works

- Complete rewrite
- Support for UWP app icons
- Aero Peek now works
HTHEME OpenThemeData_Hook(HWND hWnd, LPCWSTR pszClassList)
{
if (wcscmp(pszClassList, L"AltTab") == 0)
const WindhawkUtils::SYMBOL_HOOK altTabDllHooks[] = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're challenging my symbol cache system :)

"altTab.Dll" is not recognized as a Windows file name

That's because it's not available in Win10 and newer. Interesting that Microsoft still provides symbols for Win7 binaries. I wonder how long they keep it and what about e.g. WinXP.

From https://en.wikipedia.org/wiki/Windows_7:

Mainstream support ended
[...]
Exceptions exist until at most October 8, 2024, see § Support lifecycle for details.

They might to decide removing these symbols at some point.

@m417z m417z merged commit a1ef83e into ramensoftware:main Aug 26, 2024
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants