mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 16:11:38 -06:00
12 lines
141 B
C
Executable File
12 lines
141 B
C
Executable File
// stdafx.h
|
|
|
|
#ifndef __STDAFX_H
|
|
#define __STDAFX_H
|
|
|
|
#include <windows.h>
|
|
#include <stdio.h>
|
|
// #include <time.h>
|
|
#include <tchar.h>
|
|
|
|
#endif
|