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:
Timo Kreuzer 2010-11-15 01:29:12 +00:00
parent 0c7d0cbc07
commit ab6c2ee54c
66 changed files with 128 additions and 112 deletions

View file

@ -2,7 +2,7 @@
*/
#include "tchar.h"
#include <reactos/asm.h>
#include <asm.inc>
PUBLIC _tcscat
.code

View file

@ -2,7 +2,7 @@
*/
#include "tchar.h"
#include <reactos/asm.h>
#include <asm.inc>
PUBLIC _tcschr
.code

View file

@ -2,7 +2,7 @@
*/
#include "tchar.h"
#include <reactos/asm.h>
#include <asm.inc>
PUBLIC _tcscmp
.code

View file

@ -2,7 +2,7 @@
*/
#include "tchar.h"
#include <reactos/asm.h>
#include <asm.inc>
PUBLIC _tcscpy
.code

View file

@ -2,7 +2,7 @@
*/
#include "tchar.h"
#include <reactos/asm.h>
#include <asm.inc>
PUBLIC _tcslen
.code

View file

@ -2,7 +2,7 @@
*/
#include "tchar.h"
#include <reactos/asm.h>
#include <asm.inc>
PUBLIC _tcsncat
.code

View file

@ -2,7 +2,7 @@
*/
#include "tchar.h"
#include <reactos/asm.h>
#include <asm.inc>
PUBLIC _tcsncmp
.code

View file

@ -2,7 +2,7 @@
*/
#include "tchar.h"
#include <reactos/asm.h>
#include <asm.inc>
PUBLIC _tcsncpy
.code

View file

@ -2,7 +2,7 @@
*/
#include "tchar.h"
#include <reactos/asm.h>
#include <asm.inc>
PUBLIC _tcsnlen
.code

View file

@ -2,7 +2,7 @@
*/
#include "tchar.h"
#include <reactos/asm.h>
#include <asm.inc>
PUBLIC _tcsrchr
.code