mirror of
https://github.com/fancycode/MemoryModule
synced 2026-06-06 15:44:28 +00:00
Explicitly include "stdint.h" to make sure "uintptr_t" is defined (fixes #34).
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#include <windows.h>
|
||||
#include <winnt.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <tchar.h>
|
||||
#ifdef DEBUG_OUTPUT
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user