12 lines
153 B
C++
12 lines
153 B
C++
// Windows/FileMapping.cpp
|
|
|
|
#include "StdAfx.h"
|
|
|
|
#include "FileMapping.h"
|
|
|
|
namespace NWindows {
|
|
namespace NFile {
|
|
namespace NMapping {
|
|
|
|
|
|
}}}
|