Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Meowmycks committed Apr 9, 2024
1 parent 628d4bf commit 58f9cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define WIN32_LEAN_AND_MEAN
#define IsProcessSnapshotCallback 16
#define NtCurrentProcess() ( (HANDLE)(LONG_PTR) -1 )
#define NtCurrentProcess() ((HANDLE)(LONG_PTR)-1)
#define NtCurrentThread() ((HANDLE)(LONG_PTR)-2)
#define NT_SUCCESS(Status) ((NTSTATUS)(Status) >= 0)
#define STATUS_SUCCESS 0x00000000
Expand Down Expand Up @@ -822,4 +822,4 @@ int main() {
if (hProcess) CloseHandle(hProcess);

return 0;
}
}

0 comments on commit 58f9cfe

Please sign in to comment.