mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 08:59:43 +00:00
[CRT]
incude asm.inc instead of reactos/asm.h Fix a bug that smeaked into _chkstk svn path=/branches/cmake-bringup/; revision=49591
This commit is contained in:
parent
0c7d0cbc07
commit
ab6c2ee54c
66 changed files with 128 additions and 112 deletions
|
@ -2,7 +2,7 @@
|
|||
*/
|
||||
|
||||
#include "tchar.h"
|
||||
#include <reactos/asm.h>
|
||||
#include <asm.inc>
|
||||
|
||||
PUBLIC _tcscat
|
||||
.code
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
*/
|
||||
|
||||
#include "tchar.h"
|
||||
#include <reactos/asm.h>
|
||||
#include <asm.inc>
|
||||
|
||||
PUBLIC _tcschr
|
||||
.code
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
*/
|
||||
|
||||
#include "tchar.h"
|
||||
#include <reactos/asm.h>
|
||||
#include <asm.inc>
|
||||
|
||||
PUBLIC _tcscmp
|
||||
.code
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
*/
|
||||
|
||||
#include "tchar.h"
|
||||
#include <reactos/asm.h>
|
||||
#include <asm.inc>
|
||||
|
||||
PUBLIC _tcscpy
|
||||
.code
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
*/
|
||||
|
||||
#include "tchar.h"
|
||||
#include <reactos/asm.h>
|
||||
#include <asm.inc>
|
||||
|
||||
PUBLIC _tcslen
|
||||
.code
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
*/
|
||||
|
||||
#include "tchar.h"
|
||||
#include <reactos/asm.h>
|
||||
#include <asm.inc>
|
||||
|
||||
PUBLIC _tcsncat
|
||||
.code
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
*/
|
||||
|
||||
#include "tchar.h"
|
||||
#include <reactos/asm.h>
|
||||
#include <asm.inc>
|
||||
|
||||
PUBLIC _tcsncmp
|
||||
.code
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
*/
|
||||
|
||||
#include "tchar.h"
|
||||
#include <reactos/asm.h>
|
||||
#include <asm.inc>
|
||||
|
||||
PUBLIC _tcsncpy
|
||||
.code
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
*/
|
||||
|
||||
#include "tchar.h"
|
||||
#include <reactos/asm.h>
|
||||
#include <asm.inc>
|
||||
|
||||
PUBLIC _tcsnlen
|
||||
.code
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
*/
|
||||
|
||||
#include "tchar.h"
|
||||
#include <reactos/asm.h>
|
||||
#include <asm.inc>
|
||||
|
||||
PUBLIC _tcsrchr
|
||||
.code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue