mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 12:11:38 -06:00
11 lines
141 B
C
Executable File
11 lines
141 B
C
Executable File
// StdAfx.h
|
|
|
|
#ifndef __STDAFX_H
|
|
#define __STDAFX_H
|
|
|
|
#include "../../../Common/MyWindows.h"
|
|
#include <commctrl.h>
|
|
#include <ShlObj.h>
|
|
|
|
#endif
|