mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Fix rtl/rossym
svn path=/trunk/; revision=16079
This commit is contained in:
parent
469fa69ab7
commit
1311a0191c
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue