1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-10 07:38:06 -05:00

Should have been part of r9663: do use the platform-independent version

of smemclr when compiling with Winelib.

[originally from svn r9665]
[r9663 == 3b27c3e32b8fe560c5b2bb35781038715abf29c2]
This commit is contained in:
Ben Harris 2012-09-13 23:00:29 +00:00
parent d63ce7d30a
commit 942aca34d1

View File

@ -75,7 +75,9 @@ 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: