We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ede5ca commit 32ebe00Copy full SHA for 32ebe00
1 file changed
lib/minhook/include/MinHook.h
@@ -85,7 +85,7 @@ MH_STATUS;
85
86
// Can be passed as a parameter to MH_EnableHook, MH_DisableHook,
87
// MH_QueueEnableHook or MH_QueueDisableHook.
88
-#define MH_ALL_HOOKS NULL
+#define MH_ALL_HOOKS nullptr
89
90
#ifdef __cplusplus
91
extern "C" {
0 commit comments