X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/b1b5c358a3cfeb765ee04fbda7c40741c7fa7964..540bb4b53b1f684ea4f8c62f28f47e9dfa5215a3:/windows/winstuff.h diff --git a/windows/winstuff.h b/windows/winstuff.h index 985e01a7..cfed0484 100644 --- a/windows/winstuff.h +++ b/windows/winstuff.h @@ -75,7 +75,7 @@ struct FontSpec *fontspec_new(const char *name, #define BOXRESULT (DLGWINDOWEXTRA + sizeof(LONG_PTR)) #define DF_END 0x0001 -#ifndef __WINE__ /* No SecureZeroMemory in Winelib 1.4 */ +#ifndef NO_SECUREZEROMEMORY #define PLATFORM_HAS_SMEMCLR /* inhibit cross-platform one in misc.c */ #endif