X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/0a4022a169cfdd133882ecae233352e769685a1d..c6daaa1a4842b06f4eb0f7fef5f969d12b5020ce:/mac/macstuff.h diff --git a/mac/macstuff.h b/mac/macstuff.h index a4cab6e6..69c1b2e4 100644 --- a/mac/macstuff.h +++ b/mac/macstuff.h @@ -8,6 +8,7 @@ typedef void *Context; /* FIXME */ #include #include +#include "charset.h" struct Filename { FSSpec fss; @@ -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 */ +