summaryrefslogtreecommitdiff
path: root/VC++Files
diff options
context:
space:
mode:
authorunknown <SergeyV@selena.>2005-11-14 15:19:52 +0300
committerunknown <SergeyV@selena.>2005-11-14 15:19:52 +0300
commit67df0e19e4cd17b7238d8ac2d4944324f889f1ba (patch)
tree55751f0db1f06171a1f9f04bd7023e57e481c00b /VC++Files
parent63bbb1513a73a0a556c8c7873cd6c9f5d610d652 (diff)
downloadmariadb-git-67df0e19e4cd17b7238d8ac2d4944324f889f1ba.tar.gz
Fixed number of compiler errors on win32.
VC++Files/mysqlbinlog/mysqlbinlog.vcproj: Fixed compiler error for Win32 build. #include "decimal.c" wrere no able to find decimal.c file. sql/ha_innodb.cc: Fixed compiler error for Win32 build. sql/spatial.cc: Fixed compiler error for Win32 build. float8get should be enclosed in {} since it is macro on win32 and might cause unmatching blocks.
Diffstat (limited to 'VC++Files')
-rw-r--r--VC++Files/mysqlbinlog/mysqlbinlog.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/VC++Files/mysqlbinlog/mysqlbinlog.vcproj b/VC++Files/mysqlbinlog/mysqlbinlog.vcproj
index 9d5d4db2565..bfe70d6d1af 100644
--- a/VC++Files/mysqlbinlog/mysqlbinlog.vcproj
+++ b/VC++Files/mysqlbinlog/mysqlbinlog.vcproj
@@ -22,7 +22,7 @@
Name="VCCLCompilerTool"
Optimization="0"
OptimizeForProcessor="2"
- AdditionalIncludeDirectories="../include,../,../sql"
+ AdditionalIncludeDirectories="../include,../,../sql,../strings"
PreprocessorDefinitions="_DEBUG;SAFEMALLOC;SAFE_MUTEX;_CONSOLE;_WINDOWS;MYSQL_SERVER"
RuntimeLibrary="1"
PrecompiledHeaderFile=".\Debug/mysqlbinlog.pch"