Fixing typo to allow cross compilation.

This commit is contained in:
Faerbit 2014-11-20 23:25:52 +01:00
parent 3a677c31da
commit b74e56fe7d

View File

@ -13,7 +13,7 @@
#ifdef _WIN32 #ifdef _WIN32
#include "MemoryMappedFile.hh" #include "MemoryMappedFile.hh"
#include <Windows.h> #include <windows.h>
class MemoryMappedFileWinImpl class MemoryMappedFileWinImpl
{ {