- Add more padding so our gcc compatible C_ASSERT doesn't conflict with ntoskrnl.h

svn path=/trunk/; revision=43193
This commit is contained in:
Stefan Ginsberg 2009-09-27 20:17:52 +00:00
parent e7e6699ae1
commit ef64669349

View file

@ -46,10 +46,6 @@ static __inline BOOLEAN Intsafe_CanAddULongPtr(IN ULONG_PTR Addend1, IN ULONG_PT
return Addend1 <= (MAXULONG_PTR - Addend2);
}
#ifndef MAXLONGLONG
#define MAXLONGLONG ((LONGLONG)((~((ULONGLONG)0)) >> 1))
#endif
static __inline BOOLEAN Intsafe_CanAddLong64(IN LONG64 Addend1, IN LONG64 Addend2)
{
return Addend1 <= (MAXLONGLONG - Addend2);
@ -158,6 +154,8 @@ static __inline BOOLEAN AlignUp(OUT PULONG AlignedAddress, IN ULONG Address, IN
@ -187,6 +185,8 @@ static __inline BOOLEAN AlignUp(OUT PULONG AlignedAddress, IN ULONG Address, IN