Make asm files compilable with ML

svn path=/branches/cmake-bringup/; revision=49589
This commit is contained in:
Timo Kreuzer 2010-11-15 01:03:14 +00:00
parent d3652562e5
commit 07652e2631
10 changed files with 22 additions and 16 deletions

View file

@ -6,7 +6,7 @@
* PROGRAMER: Timo Kreuzer (timo.kreuzer@reactos.org)
*/
#include <reactos/asm.h>
#include <asm.inc>
/* GLOBALS ****************************************************************/

View file

@ -8,8 +8,8 @@
/* INCLUDES ******************************************************************/
#include <reactos/asm.h>
#include <ndk/amd64/asm.h>
#include <asm.inc>
#include <ksamd64.inc>
/* FUNCTIONS *****************************************************************/

View file

@ -8,8 +8,7 @@
/* INCLUDES ******************************************************************/
#include <reactos/asm.h>
#include <ndk/amd64/asm.h>
#include <asm.inc>
/* FUNCTIONS *****************************************************************/

View file

@ -6,8 +6,8 @@
* PROGRAMMERS: Timo Kreuzer
*/
#include <reactos/asm.h>
#include <ndk/amd64/asm.h>
#include <asm.inc>
#include <ksamd64.inc>
#define SLIST8A_DEPTH_MASK HEX(000000000000FFFF)
#define SLIST8A_DEPTH_INC HEX(0000000000000001)