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

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

#ifndef __STDAFX_H
#define __STDAFX_H

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

#endif