Add comment stating that uint32 must be exactly 32-bits long.

This commit is contained in:
Kurt Zeilenga 1999-10-30 03:26:13 +00:00
parent 771a52499f
commit db5ad318a5

View file

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