Skip to content

Commit

Permalink
windowsStorageDllHooks -> windowsStorageHooks
Browse files Browse the repository at this point in the history
  • Loading branch information
aubymori committed Aug 25, 2024
1 parent e79cb0e commit 57e1c25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mods/aerexplorer.wh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2972,7 +2972,7 @@ BOOL Wh_ModInit(void)
}

// windows.storage.dll
const WindhawkUtils::SYMBOL_HOOK windowsStorageDllHooks[] = {
const WindhawkUtils::SYMBOL_HOOK windowsStorageHooks[] = {
{
{
L"public: long "
Expand All @@ -2987,8 +2987,8 @@ BOOL Wh_ModInit(void)

if (!WindhawkUtils::HookSymbols(
hStorage,
windowsStorageDllHooks,
ARRAYSIZE(windowsStorageDllHooks)
windowsStorageHooks,
ARRAYSIZE(windowsStorageHooks)
))
{
Wh_Log(L"Failed to hook one or more symbol functions in windows.storage.dll");
Expand Down

0 comments on commit 57e1c25

Please sign in to comment.