Fix rtl/rossym

svn path=/trunk/; revision=16079
This commit is contained in:
Alex Ionescu 2005-06-19 07:15:07 +00:00
parent 469fa69ab7
commit 1311a0191c
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@
#define NDEBUG
#include <debug.h>
#define TAG(A, B, C, D) (ULONG)(((A)<<0) + ((B)<<8) + ((C)<<16) + ((D)<<24))
#define TAG_ROSSYM TAG('R', 'S', 'Y', 'M')
static PVOID

View file

@ -24,6 +24,7 @@
#include <ntos.h>
#include <stdio.h>
#define TAG(A, B, C, D) (ULONG)(((A)<<0) + ((B)<<8) + ((C)<<16) + ((D)<<24))
#define ROUNDUP(a,b) ((((a)+(b)-1)/(b))*(b))
#ifndef HIWORD
#define HIWORD(l) ((WORD)(((DWORD)(l) >> 16) & 0xFFFF))