mirror of
https://github.com/holub/mame
synced 2025-04-27 18:53:05 +03: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 {
|
|
|
|
|
|
}}}
|