summaryrefslogtreecommitdiffstats
path: root/src/libs/7zip/win/CPP/Common/Types.h
blob: 9365b327f6e288e9afbcddf3f7fff9a8099180b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Common/Types.h

#ifndef __COMMON_TYPES_H
#define __COMMON_TYPES_H

#include "../../C/Types.h"

typedef int HRes;

#endif