![]() |
#include <assert.h>
#include <exception>
#include <sys/types.h>
#include <sys/stat.h>
#include <io.h>
#include <fcntl.h>
#include <string>
#include <windows.h>
#include "MemoryMap.hpp"
Include dependency graph for MemoryMapWindows.cpp:

Go to the source code of this file.
Functions | |
| void | createEmptyFile (const char *filename, size_t size) |
| string | getLastErrorString () |
Author: Matt Loper
Definition in file MemoryMapWindows.cpp.
1.3