~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/drizzle.h

  • Committer: Brian Aker
  • Date: 2008-07-28 00:57:12 UTC
  • Revision ID: brian@tangent.org-20080728005712-mkndotf2cvcbp0at
Remove completely ZEROFILL

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
#ifndef _global_h        /* If not standard header */
35
35
#include <sys/types.h>
36
 
#ifdef __LCC__
37
 
#include <winsock2.h>        /* For windows */
38
 
#endif
39
36
typedef char my_bool;
40
37
#define STDCALL
41
38