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:
7
mac.h
7
mac.h
@ -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:
|
||||
*/
|
||||
|
Reference in New Issue
Block a user