Skip to content

Commit

Permalink
Update: Veil.System.RuntimeLibrary.h
Browse files Browse the repository at this point in the history
RtlGetTickCount
RtlGetTickCount64
  • Loading branch information
MiroKaku committed Jul 23, 2024
1 parent 305087b commit 54bfaca
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Veil/Veil.System.RuntimeLibrary.h
Original file line number Diff line number Diff line change
Expand Up @@ -9022,6 +9022,20 @@ RtlGetInterruptTimePrecise(
);
#endif

NTSYSAPI
ULONG
NTAPI
RtlGetTickCount(
VOID
);

NTSYSAPI
LARGE_INTEGER
NTAPI
RtlGetTickCount64(
VOID
);

//
// Time zones
//
Expand Down

0 comments on commit 54bfaca

Please sign in to comment.