mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[XDK/DDK] Fix copy pasta
svn path=/trunk/; revision=71176
This commit is contained in:
parent
f66b801a75
commit
050c4e8ff4
1 changed files with 1 additions and 1 deletions
|
@ -3306,7 +3306,7 @@ RtlCheckBit(
|
||||||
#undef ASSERT
|
#undef ASSERT
|
||||||
#define ASSERT NT_ASSERT
|
#define ASSERT NT_ASSERT
|
||||||
#undef ASSERTMSG
|
#undef ASSERTMSG
|
||||||
#define ASSERTMSG NT_ASSERT
|
#define ASSERTMSG NT_ASSERTMSG
|
||||||
#undef ASSERTMSGW
|
#undef ASSERTMSGW
|
||||||
#define ASSERTMSGW NT_ASSERTMSGW
|
#define ASSERTMSGW NT_ASSERTMSGW
|
||||||
#undef RTL_VERIFY
|
#undef RTL_VERIFY
|
||||||
|
|
Loading…
Reference in a new issue