X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mac%2Fmacstuff.h;h=69c1b2e416692dfbcdf51cd75c23cd5054a2cfb9;hb=8316deb3399fe1d0c406132cf2e795a76de26b64;hp=a4cab6e6a40dd10ae34199aa8b5680851b8e58e3;hpb=865fbaa8ce0c5565aa98cf246c586d1104928d6b;p=PuTTY.git 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 */ +