[NTOS:MM] Implement and use MiAcquirePfnLockAtDpcLevel/MiReleasePfnLockFromDpcLevel.
[reactos.git] / drivers / serial / serenum / serenum.c
index 8dc0e3d..796e925 100644 (file)
@@ -7,9 +7,10 @@
  * PROGRAMMERS:     HervĂ© Poussineau (hpoussin@reactos.org)
  */
 
-#define INITGUID
 #include "serenum.h"
 
+#include <debug.h>
+
 static DRIVER_DISPATCH SerenumPnp;
 static DRIVER_DISPATCH IrpStub;
 static DRIVER_UNLOAD DriverUnload;