mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[SC] Disable debug messages on user interface (#382)
This commit is contained in:
parent
5ae2750467
commit
46f96733bd
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@
|
|||
#include <ndk/setypes.h>
|
||||
|
||||
|
||||
#define SCDBG
|
||||
// Uncomment to enable debug messages on user interface.
|
||||
// #define SCDBG
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue