mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:02:14 +00:00
[UCRT][ASM] Make asm code GCC compatible
This commit is contained in:
parent
4fec953e6e
commit
94eb475177
22 changed files with 698 additions and 555 deletions
|
@ -1,3 +1,4 @@
|
|||
#if 0
|
||||
;***
|
||||
;strcspn.asm -
|
||||
;
|
||||
|
@ -14,3 +15,7 @@
|
|||
|
||||
SSTRCSPN EQU 1
|
||||
INCLUDE STRSPN.ASM
|
||||
#else
|
||||
#define SSTRCSPN 1
|
||||
#include "strspn.s"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue