Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
aubymori committed Aug 26, 2024
1 parent ddace72 commit 14ea80f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mods/win7-alttab-loader.wh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ IsShellWindow_t IsShellManagedWindow = nullptr;
typedef HWND(WINAPI *GhostWindowFromHungWindow_t)(HWND);
GhostWindowFromHungWindow_t GhostWindowFromHungWindow = nullptr;

#pragma region "Core functionality"

/* Prevent background UWP windows from showing up */
BOOL (WINAPI *IsWindowEnabled_orig)(HWND);
BOOL WINAPI IsWindowEnabled_hook(HWND hWnd)
Expand Down

0 comments on commit 14ea80f

Please sign in to comment.