mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
13 lines
141 B
C++
13 lines
141 B
C++
// Windows/FileMapping.cpp
|
|
|
|
#include "StdAfx.h"
|
|
|
|
#include "FileMapping.h"
|
|
|
|
namespace NWindows {
|
|
namespace NFile {
|
|
namespace NMapping {
|
|
|
|
|
|
}}}
|