mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 18:11:37 -06:00
9.34
This commit is contained in:
committed by
Kornel Lesiński
parent
83f8ddcc5b
commit
f08f4dcc3c
20
CPP/7zip/UI/Explorer/StdAfx.h
Executable file → Normal file
20
CPP/7zip/UI/Explorer/StdAfx.h
Executable file → Normal file
@@ -3,22 +3,12 @@
|
||||
#ifndef __STDAFX_H
|
||||
#define __STDAFX_H
|
||||
|
||||
#define _WIN32_WINNT 0x0400
|
||||
// it's hack for Windows NT supporting
|
||||
#define WINVER 0x0400
|
||||
// #define _WIN32_WINNT 0x0400
|
||||
#define _WIN32_WINNT 0x0500
|
||||
#define WINVER _WIN32_WINNT
|
||||
|
||||
// #define _WIN32_IE 0x0500
|
||||
#include <windows.h>
|
||||
#include <CommCtrl.h>
|
||||
#include <shlobj.h>
|
||||
#include <tchar.h>
|
||||
#include "../../../Common/Common.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#include <shlguid.h>
|
||||
|
||||
#include "Common/NewHandler.h"
|
||||
#include <ShlObj.h>
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user