X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fwinstuff.h;h=cfed04846adb6d4d64b205b2b684db120e406333;hb=580103fca215e76e62de4537f30cb7085660c306;hp=985e01a7a845188d36120c184833293d54a4d848;hpb=bc8f2193f69eba9b0cfb597eef9c9362167c6787;p=PuTTY.git 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