mdbx: add STATIC_ASSERT_MSG, refine STATIC_ASSERT.

This commit is contained in:
Leo Yuriev
2017-05-26 17:11:48 +03:00
parent b038767a18
commit 18cf804d0b
3 changed files with 23 additions and 15 deletions

View File

@@ -31,6 +31,9 @@
/*----------------------------------------------------------------------------*/
/* Should be defined before any includes */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
#ifndef _FILE_OFFSET_BITS
#define _FILE_OFFSET_BITS 64
#endif