This commit is contained in:
Igor Pavlov
2014-11-23 00:00:00 +00:00
committed by Kornel Lesiński
parent 83f8ddcc5b
commit f08f4dcc3c
1158 changed files with 76451 additions and 35082 deletions

20
CPP/7zip/UI/Explorer/StdAfx.h Executable file → Normal file
View 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