* Sync up to trunk head (r65120).
[reactos.git] / dll / win32 / mmdrv / session.c
index edb36d1..9245092 100644 (file)
@@ -11,6 +11,9 @@
 
 #include "mmdrv.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /* Each session is tracked, but the list must be locked when in use  */
 
 SessionInfo* session_list = NULL;