~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_bitmap.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:
20
20
 
21
21
#include <m_string.h>
22
22
 
23
 
typedef uint32 my_bitmap_map;
 
23
typedef uint32_t my_bitmap_map;
24
24
 
25
25
typedef struct st_bitmap
26
26
{