Skip to content

Commit

Permalink
Update phsup headers
Browse files Browse the repository at this point in the history
  • Loading branch information
dmex committed Oct 18, 2024
1 parent 4a6573b commit 975984f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phlib/include/phsup.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@
#include <intrin.h>
#include <wchar.h>
#include <assert.h>
#include <stdalign.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <malloc.h>
#include <float.h>

// Memory
#define PTR_ADD_OFFSET(Pointer, Offset) ((PVOID)((ULONG_PTR)(Pointer) + (ULONG_PTR)(Offset)))
Expand Down

0 comments on commit 975984f

Please sign in to comment.