~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_md5.h

  • Committer: Brian Aker
  • Date: 2008-07-23 00:11:39 UTC
  • Revision ID: brian@tangent.org-20080723001139-967ewfngqqotwb6e
Removed final uint dead types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
typedef unsigned char *POINTER;
59
59
 
60
60
/* UINT2 defines a two byte word */
61
 
typedef uint16 UINT2;                           /* Fix for MySQL / Alpha */
 
61
typedef uint16_t UINT2;                         /* Fix for MySQL / Alpha */
62
62
 
63
63
/* UINT4 defines a four byte word */
64
64
typedef uint32_t UINT4;                         /* Fix for MySQL / Alpha */