mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Fix multiple define protection.
This commit is contained in:
parent
f05554bddc
commit
a8586a141b
2 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ LDAP_BEGIN_DECL
|
|||
and always using it seems to have few disadvantages. */
|
||||
|
||||
#ifndef LDAP_UINT32
|
||||
#define LDAP_UINT32 1
|
||||
typedef LDAP_UINT4 uint32;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ LDAP_BEGIN_DECL
|
|||
*/
|
||||
|
||||
#ifndef LDAP_UINT32
|
||||
#define LDAP_UINT32 1
|
||||
typedef LDAP_UINT4 uint32;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue