Files
easy7zip/CPP/7zip/UI/Far/StdAfx.h
Igor Pavlov a145bfc7cf 4.45 beta
2016-05-28 00:15:50 +01:00

14 lines
166 B
C
Executable File

// StdAfx.h
#ifndef __STDAFX_H
#define __STDAFX_H
#define _CRT_SECURE_NO_DEPRECATE
#include <windows.h>
#include <stdio.h>
#include "Common/NewHandler.h"
#endif