Fixing typo to allow cross compilation.

This commit is contained in:
Faerbit 2014-11-20 23:25:52 +01:00
parent 56a1bfeb76
commit 84a3dbba4f

View File

@ -13,7 +13,7 @@
#ifdef _WIN32
#include "MemoryMappedFile.hh"
#include <Windows.h>
#include <windows.h>
class MemoryMappedFileWinImpl
{
@ -50,4 +50,4 @@ private:
HANDLE mFileHandle;
HANDLE mFileMappingHandle;
};
#endif
#endif