diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-11-02 13:48:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-11-02 13:51:11 -0400 |
commit | 9dee6b1dced7c05c1b9e291cad06f646a7397d42 (patch) | |
tree | c0b40051a610e764d4fbe5d9373a7f56a5136222 /src/win32 | |
parent | 05194cce626ee40770ffa1772b78f2b728addf33 (diff) | |
download | tor-9dee6b1dced7c05c1b9e291cad06f646a7397d42.tar.gz tor-9dee6b1dced7c05c1b9e291cad06f646a7397d42.zip |
Compile (with warnings) with mingw64
Patch from yayooo for bug 7260, forward-ported to 0.2.4.
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index e4b2df78a9..4055bb07ab 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -145,6 +145,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the `_vscprintf' function. */ +#define HAVE__VSCPRINTF 1 + /* Define to 1 iff NULL is represented by a 0 in memory. */ #define NULL_REP_IS_ZERO_BYTES 1 @@ -190,6 +193,9 @@ /* The size of a `long long', as computed by sizeof. */ #undef SIZEOF_LONG_LONG +/* The size of `pid_t', as computed by sizeof. */ +#define SIZEOF_PID_T 0 + /* The size of a `short', as computed by sizeof. */ #define SIZEOF_SHORT 2 |