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: ae0e328a7baeadea5393fe8d51bd454e1b280ec3 (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/NewHandler.h"

#endif