mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Apply an MSVC compilation fix from Gisle Vanem
This fixes a double-define introduced in 28538069b2
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
o Minor bugfixes (compilation):
|
||||
- Fix compilation of test.h with MSVC. Patch from Gisle Vanem;
|
||||
bugfix on 0.2.5.5-alpha.
|
||||
+1
-1
@@ -61,7 +61,7 @@
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define U64_PRINTF_TYPE uint64_t
|
||||
#define U64_PRINTF_TYPE int64_t
|
||||
#define I64_PRINTF_TYPE int64_t
|
||||
#else
|
||||
#define U64_PRINTF_TYPE unsigned long long
|
||||
#define I64_PRINTF_TYPE long long
|
||||
|
||||
Reference in New Issue
Block a user