mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
14 lines
166 B
C
Executable File
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
|
|
|