diff options
Diffstat (limited to 'other-licenses/7zstub/src/7zip/Common/StdAfx.h')
-rw-r--r-- | other-licenses/7zstub/src/7zip/Common/StdAfx.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/other-licenses/7zstub/src/7zip/Common/StdAfx.h b/other-licenses/7zstub/src/7zip/Common/StdAfx.h new file mode 100644 index 000000000..d7d9211b0 --- /dev/null +++ b/other-licenses/7zstub/src/7zip/Common/StdAfx.h @@ -0,0 +1,9 @@ +// StdAfx.h
+
+#ifndef __STDAFX_H
+#define __STDAFX_H
+
+#include "../../Common/MyWindows.h"
+#include "../../Common/NewHandler.h"
+
+#endif
|