mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 12:07:03 -06:00
10 lines
110 B
C
Executable File
10 lines
110 B
C
Executable File
// StdAfx.h
|
|
|
|
#ifndef __STDAFX_H
|
|
#define __STDAFX_H
|
|
|
|
// #include "MyWindows.h"
|
|
#include "NewHandler.h"
|
|
|
|
#endif
|