X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/0a4022a169cfdd133882ecae233352e769685a1d..b707973a228a7f7d7399b6113b7f78d6248a432d:/mac/macstuff.h diff --git a/mac/macstuff.h b/mac/macstuff.h index a4cab6e6..3f49cd03 100644 --- a/mac/macstuff.h +++ b/mac/macstuff.h @@ -8,12 +8,13 @@ typedef void *Context; /* FIXME */ #include #include +#include "charset.h" 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 { @@ -63,3 +64,6 @@ extern int strnicmp(char const *, char const *, size_t); #define HELPCTX(foo) I(0) #define FILTER_KEY_FILES "pAgt.PPK" + +#define CP_UTF8 CS_UTF8 /* from libcharset */ +