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