mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 02:07:06 -06:00
24 lines
280 B
C++
Executable File
24 lines
280 B
C++
Executable File
// 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
|