1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-12 18:13:50 -05:00

Remove the NO_SECURITY define I accidentally copied from Pageant

[originally from svn r746]
This commit is contained in:
Simon Tatham 2000-10-23 11:57:41 +00:00
parent 988c1974ea
commit 5d27e5775c

View File

@ -5,9 +5,6 @@
#include <windows.h>
#include <commctrl.h>
#include <time.h>
#ifndef NO_SECURITY
#include <aclapi.h>
#endif
#include <stdio.h>
#define PUTTY_DO_GLOBALS