Welcome to mirror list, hosted at ThFree Co, Russian Federation.

StdAfx.h « Explorer « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e4dc640d956d7bd98a8fd662cf2e00dc5f1f861 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// StdAfx.h

#ifndef __STDAFX_H
#define __STDAFX_H

// #define _WIN32_WINNT 0x0400
#define _WIN32_WINNT 0x0500
#define WINVER _WIN32_WINNT

#include "../../../Common/Common.h"

#include <ShlObj.h>

#endif