mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Carlo Bramini (carlo.bramix@libero.it):
- Fix tditest compilation for Release builds See issue #3290 for more details. svn path=/trunk/; revision=34321
This commit is contained in:
parent
ad14fa367a
commit
2392ad5c5d
1 changed files with 4 additions and 4 deletions
|
@ -17,6 +17,10 @@
|
|||
|
||||
#define DEBUG_ULTRA 0xFFFFFFFF
|
||||
|
||||
#ifdef ASSERT
|
||||
#undef ASSERT
|
||||
#endif
|
||||
|
||||
#ifdef DBG
|
||||
|
||||
extern ULONG DebugTraceLevel;
|
||||
|
@ -41,10 +45,6 @@ extern ULONG DebugTraceLevel;
|
|||
|
||||
#endif /* _MSC_VER */
|
||||
|
||||
#ifdef ASSERT
|
||||
#undef ASSERT
|
||||
#endif
|
||||
|
||||
#ifdef NASSERT
|
||||
#define ASSERT(x)
|
||||
#else /* NASSERT */
|
||||
|
|
Loading…
Reference in a new issue