This commit is contained in:
@@ -15,7 +15,7 @@ BEGIN_C_LINKAGE
|
||||
#include <Windows.h>
|
||||
#include <memoryapi.h>
|
||||
|
||||
typedef enum {
|
||||
typedef enum WpMemAllocFlags {
|
||||
WP_MEM_ALLOC_RESERVE = MEM_RESERVE,
|
||||
WP_MEM_ALLOC_COMMIT = MEM_COMMIT,
|
||||
} WpMemAllocFlags;
|
||||
|
||||
Reference in New Issue
Block a user