mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 08:07:09 -06:00
11 lines
101 B
C
Executable File
11 lines
101 B
C
Executable File
// stdafx.h
|
|
|
|
#ifndef __STDAFX_H
|
|
#define __STDAFX_H
|
|
|
|
#include <windows.h>
|
|
|
|
#include <time.h>
|
|
|
|
#endif
|