Skip to content
Snippets Groups Projects
Commit a8586a14 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix multiple define protection.

parent f05554bd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment