mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Fix Types.h missing which breaks typedefs on macosx.
This commit is contained in:
parent
7e88495988
commit
00236b16cb
|
|
@ -3,7 +3,7 @@
|
||||||
#ifndef GUID_DEFINED
|
#ifndef GUID_DEFINED
|
||||||
#define GUID_DEFINED
|
#define GUID_DEFINED
|
||||||
|
|
||||||
// #include "Types.h"
|
#include "Types.h"
|
||||||
typedef int HRes; // from Types.h
|
typedef int HRes; // from Types.h
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue