Skip to content

Commit 32ebe00

Browse files
committed
fix: Changed MinHook macro to use nullptr instead of NULL
1 parent 0ede5ca commit 32ebe00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/minhook/include/MinHook.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ MH_STATUS;
8585

8686
// Can be passed as a parameter to MH_EnableHook, MH_DisableHook,
8787
// MH_QueueEnableHook or MH_QueueDisableHook.
88-
#define MH_ALL_HOOKS NULL
88+
#define MH_ALL_HOOKS nullptr
8989

9090
#ifdef __cplusplus
9191
extern "C" {

0 commit comments

Comments
 (0)