mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 06:02:56 +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
|
@ -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…
Add table
Add a link
Reference in a new issue