diff --git a/utils.c b/utils.c index e7f6f76c..c38eb916 100644 --- a/utils.c +++ b/utils.c @@ -850,7 +850,7 @@ void debug_memdump(const void *buf, int len, bool L) #endif /* def DEBUG */ -#ifndef _WINDOWS /* FIXME PLATFORM_HAS_SMEMCLR */ +#ifndef PLATFORM_HAS_SMEMCLR /* * Securely wipe memory. *