mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Add comment stating that uint32 must be exactly 32-bits long.
This commit is contained in:
parent
771a52499f
commit
db5ad318a5
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ LDAP_BEGIN_DECL
|
|||
* By Steve Reid <steve@edmweb.com>
|
||||
*/
|
||||
|
||||
/* This code assumes char are 8-bits and uint32 are 32-bits */
|
||||
|
||||
#ifndef LDAP_UINT32
|
||||
#define LDAP_UINT32 1
|
||||
typedef ac_uint4 uint32;
|
||||
|
|
|
|||
Loading…
Reference in a new issue