mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:11:42 +00:00
[CRT]
Add pragma function for _wcsset on MSVC builds svn path=/branches/cmake-bringup/; revision=49551
This commit is contained in:
parent
cfe78ef2b3
commit
3742d626dc
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@
|
|||
#undef vprintf
|
||||
#undef vwprintf
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma function(_wcsset)
|
||||
#endif
|
||||
|
||||
#ifndef _LIBCNT_
|
||||
/*********************************************************************
|
||||
* _wcsdup (MSVCRT.@)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue