From 8391c96091e8e86c43954302df0b188ec1e5490d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 9 Sep 2014 10:27:05 -0400 Subject: Clean up the MVSC nmake files so they work again. Fixes bug 13081; bugfix on 0.2.5.1-alpha. Patch from "NewEraCracker." --- src/win32/orconfig.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/win32/orconfig.h') diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 8c2472c323..9873955a31 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -257,3 +257,11 @@ #define USE_CURVE25519_DONNA #define ENUM_VALS_ARE_SIGNED 1 + +#ifndef STDOUT_FILENO +#define STDOUT_FILENO 1 +#endif + +#ifndef STDERR_FILENO +#define STDERR_FILENO 2 +#endif -- cgit v1.2.3-54-g00ecf