mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 02:39:42 +00:00
[CRT]
- Add __readcr4 to crt to compensate for MSVC bug - Compile strnset with MSVC svn path=/branches/cmake-bringup/; revision=49669
This commit is contained in:
parent
e11826a832
commit
f90a97e5a6
4 changed files with 17 additions and 8 deletions
|
@ -8,10 +8,10 @@
|
|||
* 25/11/05: Added license header
|
||||
*/
|
||||
|
||||
#ifndef _MSC_VER
|
||||
|
||||
#if defined(__GNUC__) && !defined(__clang__)
|
||||
#define __int64 long long
|
||||
#elif defined(_MSC_VER)
|
||||
#pragma function(_strset)
|
||||
#endif
|
||||
|
||||
#ifdef _WIN64
|
||||
|
@ -52,4 +52,3 @@ char* _strset(char* szToFill, int szFill)
|
|||
return t;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue