mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
Fix rtl/rossym
svn path=/trunk/; revision=16079
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user