diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-10-21 23:07:13 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-10-21 23:07:13 +0200 |
commit | aeaa112edbf40f17c7978642539443544241185d (patch) | |
tree | 97faebc5269e23af60a451907271bfa11643f353 /include/my_base.h | |
parent | b3223453f7e4398ff0f55471ac7dc4aecf2caf8d (diff) | |
download | mariadb-git-aeaa112edbf40f17c7978642539443544241185d.tar.gz |
fixes for windows
Diffstat (limited to 'include/my_base.h')
-rw-r--r-- | include/my_base.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/my_base.h b/include/my_base.h index fad2cd99d55..c71df96dbed 100644 --- a/include/my_base.h +++ b/include/my_base.h @@ -19,8 +19,6 @@ #ifndef _my_base_h #define _my_base_h -#ifndef stdin /* Included first in handler */ -#define CHSIZE_USED #include <my_global.h> #include <my_dir.h> /* This includes types */ #include <my_sys.h> @@ -31,7 +29,6 @@ #define EOVERFLOW 84 #endif -#endif /* stdin */ #include <my_list.h> /* The following is bits in the flag parameter to ha_open() */ |