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/Common/StdAfx.h')
-rwxr-xr-xCPP/Common/StdAfx.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/CPP/Common/StdAfx.h b/CPP/Common/StdAfx.h
new file mode 100755
index 00000000..681ee935
--- /dev/null
+++ b/CPP/Common/StdAfx.h
@@ -0,0 +1,9 @@
+// StdAfx.h
+
+#ifndef __STDAFX_H
+#define __STDAFX_H
+
+// #include "MyWindows.h"
+#include "NewHandler.h"
+
+#endif