We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0cf3a2 commit 8a7f64eCopy full SHA for 8a7f64e
MemoryModule.c
@@ -35,7 +35,7 @@
35
#define POINTER_TYPE DWORD
36
#endif
37
38
-#include <Windows.h>
+#include <windows.h>
39
#include <winnt.h>
40
#ifdef DEBUG_OUTPUT
41
#include <stdio.h>
MemoryModule.h
@@ -27,7 +27,7 @@
27
#ifndef __MEMORY_MODULE_HEADER
28
#define __MEMORY_MODULE_HEADER
29
30
31
32
typedef void *HMEMORYMODULE;
33
0 commit comments