]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winstuff.h
Two related changes to timing code:
[PuTTY.git] / windows / winstuff.h
index df59631c404a59b3d07fcf7838f91fa28d2d8a1e..985e01a7a845188d36120c184833293d54a4d848 100644 (file)
@@ -75,6 +75,10 @@ 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 */
+#define PLATFORM_HAS_SMEMCLR /* inhibit cross-platform one in misc.c */
+#endif
+
 /*
  * Dynamically linked functions. These come in two flavours:
  *