[HNETCFG] Sync with Wine 3.0. CORE-14225
[reactos.git] / win32ss / drivers / videoprt / event.c
index 7f14c46..99c6b39 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:         ReactOS Video Port Driver
  * LICENSE:         BSD - See COPYING.ARM in the top level directory
- * FILE:            drivers/video/videoprt/event.c
+ * FILE:            win32ss/drivers/videoprt/event.c
  * PURPOSE:         Event Support Routines
  * PROGRAMMERS:     ReactOS Portable Systems Group
  */
@@ -11,6 +11,9 @@
 #include "videoprt.h"
 #include "../../gdi/eng/engevent.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /* PUBLIC FUNCTIONS ***********************************************************/
 
 /*
@@ -137,4 +140,3 @@ VideoPortWaitForSingleObject(IN PVOID HwDeviceExtension,
 }
 
 /* EOF */
-