mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 11:14:58 -06:00
12 lines
125 B
C
Executable File
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
|
|
|