mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Fix dumb windows compilation bug in d9052c62
This commit is contained in:
parent
3301b7a1af
commit
f19a75e19b
@ -335,7 +335,7 @@ bwin32=true; AC_MSG_RESULT([yes]),
|
||||
bwin32=false; AC_MSG_RESULT([no]))
|
||||
fi
|
||||
|
||||
if test "$bwin32" = yes; then
|
||||
if test "$bwin32" = true; then
|
||||
AC_DEFINE(WIN32_LEAN_AND_MEAN, 1, [Defined to avoid including some windows headers])
|
||||
AC_DEFINE(WINVER, 0x0501, [Defined to access windows functions and definitions for >=WinXP])
|
||||
AC_DEFINE(_WIN32_WINNT, 0x0501, [Defined to access windows functions and definitions for >=WinXP])
|
||||
|
Loading…
Reference in New Issue
Block a user