diff options
Diffstat (limited to 'other-licenses/7zstub/src/CPP/Windows/Synchronization.cpp')
-rw-r--r-- | other-licenses/7zstub/src/CPP/Windows/Synchronization.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/other-licenses/7zstub/src/CPP/Windows/Synchronization.cpp b/other-licenses/7zstub/src/CPP/Windows/Synchronization.cpp new file mode 100644 index 0000000000..01f1ad90f6 --- /dev/null +++ b/other-licenses/7zstub/src/CPP/Windows/Synchronization.cpp @@ -0,0 +1,10 @@ +// Windows/Synchronization.cpp
+
+#include "StdAfx.h"
+
+#include "Synchronization.h"
+
+namespace NWindows {
+namespace NSynchronization {
+
+}}
|