mirror of
https://github.com/holub/mame
synced 2025-04-29 03:20:50 +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 {
|
|
|
|
}}
|