ossrv_pub/localization_function_api/inc/stdapis/stlport/stl/_num_put.h
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
--- 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