Skip to content
Snippets Groups Projects
Commit 2c04c506 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2

parents 43e12a79 9fcc1422
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ typedef unsigned int uint32_t;
#define UINT32_MAX 0xffffffffu
#endif
#ifndef INT32_MAX
#define INT32_MAX 0x7fffffffu
#define INT32_MAX 0x7fffffff
#endif
#ifndef INT32_MIN
#define INT32_MIN (-2147483647-1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment