1
0
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:
Ben Harris
1999-08-02 22:32:39 +00:00
parent d6b7448ab8
commit 9eec9c9f90
5 changed files with 41 additions and 31 deletions

5
mac.h
View File

@ -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