mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
Dammit, autoconf!
This commit is contained in:
parent
d835264690
commit
9f21c85e04
@ -73,13 +73,13 @@
|
||||
#include <conio.h>
|
||||
#include <wchar.h>
|
||||
/* Some mingw headers lack these. :p */
|
||||
#ifndef HAVE_DECL__GETWCH
|
||||
#if defined(HAVE_DECL__GETWCH) && !HAVE_DECL__GETWCH
|
||||
wint_t _getwch(void);
|
||||
#endif
|
||||
#ifndef WEOF
|
||||
#define WEOF (wchar_t)(0xFFFF)
|
||||
#endif
|
||||
#ifndef HAVE_DECL_SECUREZEROMEMORY
|
||||
#if defined(HAVE_DECL_SECUREZEROMEMORY) && !HAVE_DECL_SECUREZEROMEMORY
|
||||
PVOID SecureZeroMemory(PVOID ptr, SIZE_T cnt);
|
||||
#endif
|
||||
#elif defined(HAVE_READPASSPHRASE_H)
|
||||
|
Loading…
Reference in New Issue
Block a user