1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Partial implementation of the platform-independent dialogue-box interface

for the Mac OS.  This isn't anywhere near complete, and is wrong in a few
important regards, but I think it's heading in the right direction.

[originally from svn r2953]
This commit is contained in:
Ben Harris
2003-03-17 21:40:37 +00:00
parent cea3619ca9
commit 53b61424bc
7 changed files with 793 additions and 97 deletions

View File

@ -59,3 +59,7 @@ extern int vsnprintf(char *, size_t, char const *, va_list);
extern int stricmp(char const *, char const *);
extern int strnicmp(char const *, char const *, size_t);
#define HELPCTX(foo) I(0)
#define FILTER_KEY_FILES "pAgt.PPK"