diff options
author | marha <marha@users.sourceforge.net> | 2014-04-23 23:26:24 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-04-23 23:26:24 +0200 |
commit | 03418d6378fe72bea2ff4b941792054dd208b65d (patch) | |
tree | b9ceb2d3dc762f3813c065a8b04aab7c6c8f4bab /tools/plink/winshare.c | |
parent | d26ea2f474c48afa7d3c261572da5d85b7b62bd8 (diff) | |
download | vcxsrv-03418d6378fe72bea2ff4b941792054dd208b65d.tar.gz vcxsrv-03418d6378fe72bea2ff4b941792054dd208b65d.tar.bz2 vcxsrv-03418d6378fe72bea2ff4b941792054dd208b65d.zip |
Synchrnoised plink with svn version of putty
Diffstat (limited to 'tools/plink/winshare.c')
-rw-r--r-- | tools/plink/winshare.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/plink/winshare.c b/tools/plink/winshare.c index 17bad46d9..89c1cc325 100644 --- a/tools/plink/winshare.c +++ b/tools/plink/winshare.c @@ -5,6 +5,8 @@ #include <stdio.h> #include <assert.h> +#if !defined NO_SECURITY + #define DEFINE_PLUG_METHOD_MACROS #include "tree234.h" #include "putty.h" @@ -12,8 +14,6 @@ #include "proxy.h" #include "ssh.h" -#if !defined NO_SECURITY - #include "winsecur.h" #define CONNSHARE_PIPE_PREFIX "\\\\.\\pipe\\putty-connshare" |