mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:35:45 +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 vprintf
|
||||||
#undef vwprintf
|
#undef vwprintf
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#pragma function(_wcsset)
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef _LIBCNT_
|
#ifndef _LIBCNT_
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
* _wcsdup (MSVCRT.@)
|
* _wcsdup (MSVCRT.@)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue