~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_md5.h

  • Committer: Brian Aker
  • Date: 2008-07-22 18:31:32 UTC
  • Revision ID: brian@tangent.org-20080722183132-ne2ntl7g7mdf2eez
uint32 -> uin32_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
typedef uint16 UINT2;                           /* Fix for MySQL / Alpha */
62
62
 
63
63
/* UINT4 defines a four byte word */
64
 
typedef uint32 UINT4;                           /* Fix for MySQL / Alpha */
 
64
typedef uint32_t UINT4;                         /* Fix for MySQL / Alpha */
65
65
 
66
66
/* PROTO_LIST is defined depending on how PROTOTYPES is defined above.
67
67
If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it