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

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

#ifndef __STDAFX_H
#define __STDAFX_H

// #define _CRT_SECURE_NO_DEPRECATE
// #include <windows.h>
// #include <stdio.h>

#include "../../../Common/Common.h"

#endif