diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-06-08 09:32:41 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-06-08 09:32:41 +0200 |
commit | f997ebc065f58792bcaf287ff619da344b9b3711 (patch) | |
tree | 77081cfc9cd5865aa8aa1fcf8d7a012ed33a973d /src/MemoryModule.h | |
parent | 80be0e3fcf7043490f3c13208f9501ed000c23d5 (diff) |
Fixing windows part of the new dll code.
Diffstat (limited to 'src/MemoryModule.h')
-rw-r--r-- | src/MemoryModule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MemoryModule.h b/src/MemoryModule.h index acece0d..05303f0 100644 --- a/src/MemoryModule.h +++ b/src/MemoryModule.h @@ -27,7 +27,7 @@ #ifndef __MEMORY_MODULE_HEADER #define __MEMORY_MODULE_HEADER -#include <Windows.h> +#include <windows.h> typedef void *HMEMORYMODULE; |