mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
MSVC doesn't define mode_t
This commit is contained in:
parent
7aae15739b
commit
0c568117ce
1 changed files with 4 additions and 0 deletions
|
|
@ -137,6 +137,10 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define mode_t int
|
||||
#endif
|
||||
|
||||
/** @defgroup mdb MDB API
|
||||
* @{
|
||||
* @brief OpenLDAP Lightning Memory-Mapped Database Manager
|
||||
|
|
|
|||
Loading…
Reference in a new issue