mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 18:11:35 -06:00
4.20
This commit is contained in:
committed by
Kornel Lesiński
parent
8c1b5c7b7e
commit
3c510ba80b
@@ -1,8 +1,11 @@
|
||||
// stdafx.h : include file for standard system include files,
|
||||
// StdAfx.h
|
||||
|
||||
#ifndef __STDAFX_H
|
||||
#define __STDAFX_H
|
||||
|
||||
#define _WIN32_WINNT 0x0400
|
||||
// it's hack for Windows NT supporting
|
||||
#define WINVER 0x0400
|
||||
|
||||
// #define _WIN32_IE 0x0500
|
||||
#include <windows.h>
|
||||
@@ -27,14 +30,4 @@ extern CComModule _Module;
|
||||
#include <shlguid.h>
|
||||
#include <regstr.h>
|
||||
|
||||
// #include <new.h>
|
||||
|
||||
#undef _MT
|
||||
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <algorithm>
|
||||
|
||||
#define _MT
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user