We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0021c commit 499b4ffCopy full SHA for 499b4ff
1 file changed
src/common/impl/kmod_windows.c
@@ -3,7 +3,7 @@
3
#include "common/mallocHelper.h"
4
#include "common/stringUtils.h"
5
6
-bool ffKmodLoaded(FF_MAYBE_UNUSED const char* modName)
+bool ffKmodLoaded(const char* modName)
7
{
8
ULONG bufferSize = 0;
9
NtQuerySystemInformation(SystemModuleInformation, NULL, 0, &bufferSize);
0 commit comments