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:
@ -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"
|
||||
|
Reference in New Issue
Block a user