mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +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
|
@ -336,6 +336,7 @@ list(APPEND CRT_SOURCE
|
|||
mem/i386/memchr_asm.s
|
||||
mem/i386/memmove_asm.s
|
||||
mem/i386/memset_asm.s
|
||||
misc/i386/readcr4.S
|
||||
string/i386/strcat_asm.s
|
||||
string/i386/strchr_asm.s
|
||||
string/i386/strcmp_asm.s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue