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

StdAfx.h « FileManager « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e6d960411c9e2184d4f8d50ef60d2f2e87f4bf3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// stdafx.h

#ifndef __STDAFX_H
#define __STDAFX_H

/* we used 0x0400 for Windows NT supporting (MENUITEMINFOW)
   But now menu problem is fixed. So it's OK to use 0x0500 (Windows 2000) */

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

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

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

// #include <commctrl.h>
// #include <ShlObj.h>
// #include <shlwapi.h>

#endif