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

StdAfx.h « Common « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 100f43449dce54aa16b62fb702425c1fc6db05b6 (plain)
1
2
3
4
5
6
7
8
9
// stdafx.h

#ifndef __STDAFX_H
#define __STDAFX_H

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

#endif