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

General cleanup because MrC is rather pickier than SC. Not that the PPC build

actually links, you understand, but it does most of the rest of the things it
should.

[originally from svn r130]
This commit is contained in:
Ben Harris
1999-03-27 15:39:46 +00:00
parent 43e84b26ef
commit 04aceed7bf
5 changed files with 102 additions and 26 deletions

7
mac.h
View File

@ -15,6 +15,7 @@ struct mac_gestalts {
long qdvers;
long apprvers;
long cntlattr;
long windattr;
};
extern struct mac_gestalts mac_gestalts;
@ -33,3 +34,9 @@ extern void mac_menuterm(WindowPtr, short, short);
extern void mac_loadconfig(Config *);
#endif
/*
* Local Variables:
* c-file-style: "simon"
* End:
*/