Nth time is maybe the charm for fixing windows readpassword build errors

This commit is contained in:
Nick Mathewson
2015-07-12 14:34:11 -04:00
parent 6b80ff1b45
commit db88d91ebe
2 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -73,13 +73,13 @@
#include <conio.h>
#include <wchar.h>
/* Some mingw headers lack these. :p */
#ifndef HAVE__GETWCH
#ifndef HAVE_DECL__GETWCH
wint_t _getwch(void);
#endif
#ifndef WEOF
#define WEOF (wchar_t)(0xFFFF)
#endif
#ifndef HAVE_SECUREZEROMEMORY
#ifndef HAVE_DECL_SECUREZEROMEMORY
PVOID SecureZeroMemory(PVOID ptr, SIZE_T cnt);
#endif
#elif defined(HAVE_READPASSPHRASE_H)