~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle.h

  • Committer: Brian Aker
  • Date: 2008-08-09 05:05:31 UTC
  • mfrom: (266.1.9 codestyle)
  • Revision ID: brian@tangent.org-20080809050531-4arg5nbg1c5u0xy5
Merging Monty's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
/** 
38
38
 * @TODO cleanup global.h and include only the necessary stuff here... 
39
39
 * 
40
 
 * Also, bool should go bye-bye...
 
40
 * Also, my_bool should go bye-bye...
41
41
 */
42
42
#ifndef DRIZZLE_SERVER_GLOBAL_H   /* If not standard header */
43
43
#include <sys/types.h>
44
 
typedef char bool;
 
44
typedef char my_bool;
45
45
#define STDCALL
46
46
 
47
47
#endif /* DRIZZLE_SERVER_GLOBAL_H */