Files
easy7zip/CPP/Common/Types.h
Igor Pavlov 829409452d 9.04 beta
2016-05-28 00:15:59 +01:00

12 lines
125 B
C
Executable File

// Common/Types.h
#ifndef __COMMON_TYPES_H
#define __COMMON_TYPES_H
#include "../../C/Types.h"
typedef int HRes;
#endif