aboutsummaryrefslogtreecommitdiff
path: root/CPP/Windows/FileMapping.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CPP/Windows/FileMapping.cpp12
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
7namespace NWindows {
8namespace NFile {
9namespace NMapping {
10
11
12}}}