mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[MBEDTLS] Use '#ifndef __REACTOS__', instead of '#if DBG & 0' (#1619)
- Don't use '|' on a '#if' - Remove a personal comment.
This commit is contained in:
parent
2f0b265e8d
commit
394eb89227
1 changed files with 2 additions and 2 deletions
|
@ -1897,8 +1897,8 @@
|
||||||
*
|
*
|
||||||
* This module provides debugging functions.
|
* This module provides debugging functions.
|
||||||
*/
|
*/
|
||||||
#if DBG & 0
|
#ifndef __REACTOS__
|
||||||
#define MBEDTLS_DEBUG_C /* swyter: we don't even need this level of verboseness, useful only when developing */
|
#define MBEDTLS_DEBUG_C
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue