Files
easy7zip/7zip/UI/GUI/StdAfx.h
Igor Pavlov 47f4915611 4.24 beta
2016-05-28 00:15:42 +01:00

14 lines
174 B
C
Executable File

// StdAfx.h
#ifndef __STDAFX_H
#define __STDAFX_H
#include <windows.h>
#include <commctrl.h>
#include <shlobj.h>
#include <stdio.h>
#include "Common/NewHandler.h"
#endif