Add missing debug.h/NDEBUG construction, fixes compiling without CU

svn path=/trunk/; revision=22270
This commit is contained in:
Aleksey Bragin 2006-06-07 13:08:28 +00:00
parent e20a9c6ec4
commit 69778e9422

View file

@ -25,6 +25,8 @@
*/
#include "smss.h"
#define NDEBUG
#include <debug.h>
VOID STDCALL DisplayString(LPCWSTR lpwString)
{