Skip to content

Commit

Permalink
Update: Veil.System.Loader.h
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jul 24, 2024
1 parent 54bfaca commit a8b6e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Veil/Veil.System.Loader.h
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ typedef struct _LDR_DATA_TABLE_ENTRY32

STATIC_ASSERT(sizeof(LDR_DATA_TABLE_ENTRY32) == 184);

#ifndef _KERNEL_MODE
#if !defined(_KERNEL_MODE) || defined(_WINDOWS_)
NTSYSAPI
VOID
NTAPI
Expand Down

0 comments on commit a8b6e93

Please sign in to comment.