summaryrefslogtreecommitdiffstats
path: root/other-licenses/7zstub/src/7zip/FileManager/Resource/ProgressDialog/StdAfx.h
blob: 6447c20642feb919999974fee737c90bfe362672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// stdafx.h

#ifndef __STDAFX_H
#define __STDAFX_H

#define _WIN32_WINNT 0x0400

// it's for Windows NT supporting (MENUITEMINFOW)
#define WINVER 0x0400

#include <windows.h>
#include <commctrl.h>

#include "Common/NewHandler.h"

#endif