mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 14:07:11 -06:00
3.13
This commit is contained in:
23
7zip/Archive/7z/StdAfx.h
Executable file
23
7zip/Archive/7z/StdAfx.h
Executable file
@@ -0,0 +1,23 @@
|
||||
// stdafx.h
|
||||
|
||||
#ifndef __STDAFX_H
|
||||
#define __STDAFX_H
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
/*
|
||||
#include <stdio.h>
|
||||
#include <tchar.h>
|
||||
#include <atlcom.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlguid.h>
|
||||
|
||||
#include <memory>
|
||||
#include <new.h>
|
||||
|
||||
#include <time.h>
|
||||
*/
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user