summaryrefslogtreecommitdiff
path: root/src/MemoryModule.c
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-06-08 09:32:41 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-06-08 09:32:41 +0200
commitf997ebc065f58792bcaf287ff619da344b9b3711 (patch)
tree77081cfc9cd5865aa8aa1fcf8d7a012ed33a973d /src/MemoryModule.c
parent80be0e3fcf7043490f3c13208f9501ed000c23d5 (diff)
Fixing windows part of the new dll code.
Diffstat (limited to 'src/MemoryModule.c')
-rw-r--r--src/MemoryModule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MemoryModule.c b/src/MemoryModule.c
index 5e6facd..83383c7 100644
--- a/src/MemoryModule.c
+++ b/src/MemoryModule.c
@@ -27,7 +27,7 @@
// disable warnings about pointer <-> DWORD conversions
#pragma warning( disable : 4311 4312 )
-#include <Windows.h>
+#include <windows.h>
#include <winnt.h>
#ifdef DEBUG_OUTPUT
#include <stdio.h>