mirror of
https://github.com/reactos/reactos.git
synced 2025-03-01 03:45:16 +00:00
[SDK] Bitmap.c needed a really weird hack
This commit is contained in:
parent
c1a6b2b7ae
commit
27acaf6fee
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@
|
|||
// FIXME: hack
|
||||
#undef ASSERT
|
||||
#define ASSERT(...)
|
||||
|
||||
#ifdef _M_ARM64
|
||||
// >:(
|
||||
#define RtlFillMemoryUlong(dst, len, val) memset(dst, val, len)
|
||||
#endif
|
||||
#ifdef USE_RTL_BITMAP64
|
||||
#define _BITCOUNT 64
|
||||
#define MAXINDEX 0xFFFFFFFFFFFFFFFF
|
||||
|
|
Loading…
Reference in a new issue