diff options
Diffstat (limited to 'CPP/Windows/FileMapping.cpp')
| -rw-r--r-- | CPP/Windows/FileMapping.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CPP/Windows/FileMapping.cpp b/CPP/Windows/FileMapping.cpp new file mode 100644 index 0000000..1933f7c --- /dev/null +++ b/CPP/Windows/FileMapping.cpp | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | // Windows/FileMapping.cpp | ||
| 2 | |||
| 3 | #include "StdAfx.h" | ||
| 4 | |||
| 5 | #include "FileMapping.h" | ||
| 6 | |||
| 7 | namespace NWindows { | ||
| 8 | namespace NFile { | ||
| 9 | namespace NMapping { | ||
| 10 | |||
| 11 | |||
| 12 | }}} | ||
