Explicitly include "stdint.h" to make sure "uintptr_t" is defined (fixes #34).

This commit is contained in:
Joachim Bauch
2016-01-27 00:44:43 +01:00
parent 905ad75e82
commit d9a6bb9c8f
+1
View File
@@ -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>