X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/b1b5c358a3cfeb765ee04fbda7c40741c7fa7964..540bb4b53b1f684ea4f8c62f28f47e9dfa5215a3:/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. */