mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 12:07:03 -06:00
13 lines
133 B
C
Executable File
13 lines
133 B
C
Executable File
// StdAfx.h
|
|
|
|
#ifndef __STDAFX_H
|
|
#define __STDAFX_H
|
|
|
|
#include <windows.h>
|
|
#include <stdio.h>
|
|
|
|
#include "Common/NewHandler.h"
|
|
|
|
#endif
|
|
|