From af4b5c896d3e8751e357c4fce5d2327ad55f41fe Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 18 Feb 2005 15:17:17 +0100 Subject: Changes and fixes for windows compilation VC++Files/libmysqld/libmysqld.dsp: added sql/my_decimal.cc VC++Files/sql/mysqld.dsp: added my_decimal.cpp VC++Files/strings/strings.dsp: added decimal.c sql/field.cc: conversion fixes for windows compilation sql/item.h: fix for windows compilation sql/item_func.cc: fixed conversion for windows (cast from ulonglong to double is not supported) sql/item_sum.cc: typecast fix for windows compilation sql/sp_head.cc: typecast fix fo windows compilation sql/sql_cache.cc: typecast fix for windows compilation --- VC++Files/sql/mysqld.dsp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'VC++Files/sql') diff --git a/VC++Files/sql/mysqld.dsp b/VC++Files/sql/mysqld.dsp index e63d80d8697..5ca468f7fc9 100644 --- a/VC++Files/sql/mysqld.dsp +++ b/VC++Files/sql/mysqld.dsp @@ -1085,6 +1085,10 @@ SOURCE=.\mf_iocache.cpp # End Source File # Begin Source File +SOURCE=.\my_decimal.cpp +# End Source File +# Begin Source File + SOURCE=.\my_time.c # End Source File # Begin Source File -- cgit v1.2.1