Fix multiple define protection.

This commit is contained in:
Kurt Zeilenga 1998-11-18 05:11:12 +00:00
parent f05554bddc
commit a8586a141b
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -16,6 +16,7 @@ LDAP_BEGIN_DECL
*/
#ifndef LDAP_UINT32
#define LDAP_UINT32 1
typedef LDAP_UINT4 uint32;
#endif