mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 22:07:08 -06:00
13 lines
115 B
C
Executable File
13 lines
115 B
C
Executable File
// stdafx.h
|
|
|
|
#pragma once
|
|
|
|
#ifndef __STDAFX_H
|
|
#define __STDAFX_H
|
|
|
|
#include <windows.h>
|
|
#include <stdio.h>
|
|
|
|
#endif
|
|
|