aboutsummaryrefslogtreecommitdiff
path: root/CPP/Windows/FileMapping.cpp
blob: 857e70d27b20b00086256e2f9ad525e59f531dd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Windows/FileMapping.cpp

#include "StdAfx.h"

#include "Windows/FileMapping.h"

namespace NWindows {
namespace NFile {
namespace NMapping {


}}}