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

Remove the GLOBAL macro itself.

Now it's no longer used, we can get rid of it, and better still, get
rid of every #define PUTTY_DO_GLOBALS in the many source files that
previously had them.
This commit is contained in:
Simon Tatham
2020-02-02 10:00:43 +00:00
parent 0709de08f2
commit 9729aabd94
14 changed files with 0 additions and 33 deletions

View File

@ -15,7 +15,6 @@
#include <sys/ioctl.h>
#include <sys/time.h>
#define PUTTY_DO_GLOBALS /* actually _define_ globals */
#include "putty.h"
#include "ssh.h"
#include "storage.h"