X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/76a3e871f16ade91d573945193070afaa65fc6c7..1e00c92b81273392a7db4796dc163b0729891e44:/mac/macstuff.h diff --git a/mac/macstuff.h b/mac/macstuff.h index 69c1b2e4..796515b4 100644 --- a/mac/macstuff.h +++ b/mac/macstuff.h @@ -14,7 +14,7 @@ struct Filename { FSSpec fss; }; -extern FILE * f_open(struct Filename, char const *); +extern FILE * f_open(struct Filename, char const *, int); /* Suspiciously similar to an ICFontRecord */ struct FontSpec { @@ -44,6 +44,9 @@ struct FontSpec { #define BYTE UInt8 #define DWORD UInt32 +typedef UInt32 uint32; +#define PUTTY_UINT32_DEFINED + #define OPTIMISE_SCROLL /*