X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/c2eb6cb7db654cc38c996be9c72f0e06e93b1c98..5462f4596108c4309fb69b4e57aa1e59d7100908:/windows/winstuff.h diff --git a/windows/winstuff.h b/windows/winstuff.h index df59631c..cfed0484 100644 --- a/windows/winstuff.h +++ b/windows/winstuff.h @@ -75,6 +75,10 @@ struct FontSpec *fontspec_new(const char *name, #define BOXRESULT (DLGWINDOWEXTRA + sizeof(LONG_PTR)) #define DF_END 0x0001 +#ifndef NO_SECUREZEROMEMORY +#define PLATFORM_HAS_SMEMCLR /* inhibit cross-platform one in misc.c */ +#endif + /* * Dynamically linked functions. These come in two flavours: *