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

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

#ifndef __STDAFX_H
#define __STDAFX_H

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

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

#endif