Skip to content

Commit

Permalink
Fixes #733
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMichaelis committed Mar 27, 2024
1 parent 8dd7213 commit fe3f199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chapter23/Listing23.02.TheVirtualAllocExAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ LPVOID VirtualAllocEx(
// is NULL, the function rounds dwSize
// up to the next page boundary.
DWORD flAllocationType, // The type of memory allocation
DWORD flProtect); // The type of memory allocation
DWORD flProtect); // The type of memory protection
#endregion INCLUDE
}

0 comments on commit fe3f199

Please sign in to comment.