Aerexplorer 1.6.3: Make compilable on Windhawk 1.5 #561
Annotations
1 error and 3 warnings
|
mods/aerexplorer.wh.cpp#L2553
Please rename the symbol hooks variable to indicate the target module. Examples (can end with "hook" or "hooks"):
* user32DllHooks
* user32dll_hooks
* user32_dll_hooks
If the target module name can't be represented by a variable name, or if there is more than one target module, add all target modules in a comment above the symbol hooks variable, separated with commas. Example:
// explorer.exe, taskbar.dll
WindhawkUtils::SYMBOL_HOOK hooks[] = {...};
|
mods/aerexplorer.wh.cpp#L2853
Please rename the symbol hooks variable to indicate the target module. Examples (can end with "hook" or "hooks"):
* user32DllHooks
* user32dll_hooks
* user32_dll_hooks
If the target module name can't be represented by a variable name, or if there is more than one target module, add all target modules in a comment above the symbol hooks variable, separated with commas. Example:
// explorer.exe, taskbar.dll
WindhawkUtils::SYMBOL_HOOK hooks[] = {...};
|
mods/aerexplorer.wh.cpp#L2937
Please rename the symbol hooks variable to indicate the target module. Examples (can end with "hook" or "hooks"):
* user32DllHooks
* user32dll_hooks
* user32_dll_hooks
If the target module name can't be represented by a variable name, or if there is more than one target module, add all target modules in a comment above the symbol hooks variable, separated with commas. Example:
// explorer.exe, taskbar.dll
WindhawkUtils::SYMBOL_HOOK hooks[] = {...};
|
This job failed
Loading