mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Open Transport stuff now actually compiles.
Various stuff caught up to latest versions. [originally from svn r192]
This commit is contained in:
5
mac.h
5
mac.h
@ -10,6 +10,9 @@
|
||||
#include <Gestalt.h>
|
||||
#include <MacWindows.h>
|
||||
|
||||
/* config.h or somesuch? */
|
||||
#define WITH_OPENTRANSPORT
|
||||
|
||||
struct mac_gestalts {
|
||||
long qdvers;
|
||||
long apprvers;
|
||||
@ -36,7 +39,7 @@ extern void mac_loadconfig(Config *);
|
||||
/* from macnet.c */
|
||||
extern void macnet_eventcheck(void);
|
||||
/* from opentpt.c */
|
||||
extern void opentpt_shutdown(void);
|
||||
extern Network_Stack otpt_stack;
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user