~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/drizzle.h

Merged from trunk.
Removed test_xml. Moved my_xml to mystrings.

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