mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Add missing debug.h/NDEBUG construction, fixes compiling without CU
svn path=/trunk/; revision=22270
This commit is contained in:
parent
e20a9c6ec4
commit
69778e9422
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
||||||
*/
|
*/
|
||||||
#include "smss.h"
|
#include "smss.h"
|
||||||
|
|
||||||
|
#define NDEBUG
|
||||||
|
#include <debug.h>
|
||||||
|
|
||||||
VOID STDCALL DisplayString(LPCWSTR lpwString)
|
VOID STDCALL DisplayString(LPCWSTR lpwString)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue