X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/da6768b9e69afe2f59f8797c038f3fe6495807ee..5462f4596108c4309fb69b4e57aa1e59d7100908:/windows/winmisc.c diff --git a/windows/winmisc.c b/windows/winmisc.c index e3321b53..c74f1e7a 100644 --- a/windows/winmisc.c +++ b/windows/winmisc.c @@ -68,7 +68,7 @@ Filename *filename_deserialise(void *vdata, int maxsize, int *used) return filename_from_str(data); } -#ifndef __WINE__ /* No SecureZeroMemory in Winelib 1.4 */ +#ifndef NO_SECUREZEROMEMORY /* * Windows implementation of smemclr (see misc.c) using SecureZeroMemory. */