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

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

#ifndef __STDAFX_H
#define __STDAFX_H

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

#include "Common/NewHandler.h"

#endif