mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06: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 {
|
|
|
|
|
|
}}}
|