mirror of
https://github.com/holub/mame
synced 2025-05-03 04:56:45 +03:00
11 lines
137 B
C++
11 lines
137 B
C++
// Windows/Synchronization.cpp
|
|
|
|
#include "StdAfx.h"
|
|
|
|
#include "Synchronization.h"
|
|
|
|
namespace NWindows {
|
|
namespace NSynchronization {
|
|
|
|
}}
|