Skip to content
Snippets Groups Projects
Commit 19f9803f authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Okay, this time it was my fault

parent 58cd21f6
Branches
Tags
No related merge requests found
......@@ -80,7 +80,7 @@ wint_t _getwch(void);
#define WEOF (wchar_t)(0xFFFF)
#endif
#if defined(HAVE_DECL_SECUREZEROMEMORY) && !HAVE_DECL_SECUREZEROMEMORY
static void inline SecureZeroMemory(PVOID ptr, SIZE_T cnt)
static inline void SecureZeroMemory(PVOID ptr, SIZE_T cnt)
{
volatile char *vcptr = (volatile char*)ptr;
while (cnt--)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment