Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/Windows/Console.cpp')
-rwxr-xr-xCPP/Windows/Console.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/CPP/Windows/Console.cpp b/CPP/Windows/Console.cpp
new file mode 100755
index 00000000..1dffc377
--- /dev/null
+++ b/CPP/Windows/Console.cpp
@@ -0,0 +1,10 @@
+// Windows/Console.cpp
+
+#include "StdAfx.h"
+
+#include "Windows/Console.h"
+
+namespace NWindows{
+namespace NConsole{
+
+}} \ No newline at end of file