diff -r 47c74d1534e1 -r ddc455616bd6 ossrv_pub/localization_function_api/inc/stdapis/stlport/stl/_num_put.h --- a/ossrv_pub/localization_function_api/inc/stdapis/stlport/stl/_num_put.h Fri Apr 16 16:46:38 2010 +0300 +++ b/ossrv_pub/localization_function_api/inc/stdapis/stlport/stl/_num_put.h Mon May 03 14:06:43 2010 +0300 @@ -154,7 +154,7 @@ extern _STLP_DECLSPEC int _STLP_CALL __string_to_float(const string&, double&); extern _STLP_DECLSPEC void _STLP_CALL __write_float(string&, ios_base::fmtflags, int, double); # ifndef _STLP_NO_LONG_DOUBLE -int _STLP_CALL __string_to_float(const string&, long double&); +_STLP_DECLSPEC int _STLP_CALL __string_to_float(const string&, long double&); extern _STLP_DECLSPEC void _STLP_CALL __write_float(string&, ios_base::fmtflags, int, long double); # endif