Author: tkreuzer Date: Wed Nov 10 22:15:10 2010 New Revision: 49551
URL: http://svn.reactos.org/svn/reactos?rev=49551&view=rev Log: [CRT] Add pragma function for _wcsset on MSVC builds
Modified: branches/cmake-bringup/lib/sdk/crt/string/wcs.c
Modified: branches/cmake-bringup/lib/sdk/crt/string/wcs.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/sdk/crt/string... ============================================================================== --- branches/cmake-bringup/lib/sdk/crt/string/wcs.c [iso-8859-1] (original) +++ branches/cmake-bringup/lib/sdk/crt/string/wcs.c [iso-8859-1] Wed Nov 10 22:15:10 2010 @@ -46,6 +46,10 @@ #undef vsnprintf #undef vprintf #undef vwprintf + +#ifdef _MSC_VER +#pragma function(_wcsset) +#endif
#ifndef _LIBCNT_ /*********************************************************************