~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_bitmap.h

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
#define MY_BIT_NONE (~(uint) 0)
20
20
 
21
 
#include <m_string.h>
 
21
#include <mystrings/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
{