summaryrefslogtreecommitdiff
path: root/storage/connect/global.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mnogosearch.org>2013-02-07 15:21:56 +0400
committerAlexander Barkov <bar@mnogosearch.org>2013-02-07 15:21:56 +0400
commit8cfa84ca875ac464f5e37be88dc521bb2dd89091 (patch)
tree0729e31413e2fe15bc7967cc7e794de95f503a5e /storage/connect/global.h
parent48ca5c6b44fe36b1ddbe6770c7d12789888d24f9 (diff)
downloadmariadb-git-8cfa84ca875ac464f5e37be88dc521bb2dd89091.tar.gz
Fixing compilation warnings:
Using "bool" in pure C code is not a good idea. - Defining BOOL as "long" on Unix (this is how MS defines it) - Replacing bool to BOOL in pure C code. modified: storage/connect/global.h storage/connect/inihandl.c storage/connect/os.h storage/connect/osutil.c storage/connect/osutil.h
Diffstat (limited to 'storage/connect/global.h')
-rw-r--r--storage/connect/global.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/connect/global.h b/storage/connect/global.h
index 4bc7b8f4e9f..963b5047e1a 100644
--- a/storage/connect/global.h
+++ b/storage/connect/global.h
@@ -44,7 +44,6 @@
#define CRLF 2
#else // !WIN32
#define CRLF 1
-#define BOOL my_bool
#endif // !WIN32
/***********************************************************************/