Remove PNP_VETO_TYPE from winddk.h.
Modified: trunk/reactos/include/ntos.h
Modified: trunk/reactos/ntoskrnl/include/internal/io.h
Modified: trunk/reactos/w32api/include/ddk/winddk.h

Modified: trunk/reactos/include/ntos.h
--- trunk/reactos/include/ntos.h	2005-06-19 20:01:07 UTC (rev 16107)
+++ trunk/reactos/include/ntos.h	2005-06-19 20:09:32 UTC (rev 16108)
@@ -11,6 +11,7 @@
 #include <ddk/ntddk.h>
 #include <ddk/ntifs.h>
 #include <ddk/ntnls.h>
+#include <ddk/cfg.h>
 #include <evntrace.h>
 #include "ntos/types.h"
 #include "ntos/cdrom.h"
@@ -54,6 +55,7 @@
 #include <ddk/ntddk.h>
 #include <ddk/ntifs.h>
 #include <ddk/ntnls.h>
+#include <ddk/cfg.h>
 #include <evntrace.h>
 #include "ntos/types.h"
 #include "ntos/cdrom.h"

Modified: trunk/reactos/ntoskrnl/include/internal/io.h
--- trunk/reactos/ntoskrnl/include/internal/io.h	2005-06-19 20:01:07 UTC (rev 16107)
+++ trunk/reactos/ntoskrnl/include/internal/io.h	2005-06-19 20:09:32 UTC (rev 16108)
@@ -201,17 +201,6 @@
 #define DNUF_DONT_SHOW_IN_UI    0x0002
 #define DNUF_NOT_DISABLEABLE    0x0008
 
-/* For Problem field */
-#define CM_PROB_NOT_CONFIGURED  1
-#define CM_PROB_FAILED_START    10
-#define CM_PROB_NORMAL_CONFLICT 12
-#define CM_PROB_NEED_RESTART    14
-#define CM_PROB_REINSTALL       18
-#define CM_PROB_WILL_BE_REMOVED 21
-#define CM_PROB_DISABLED        22
-#define CM_PROB_FAILED_INSTALL  28
-#define CM_PROB_FAILED_ADD      31
-
 /*
  * VOID
  * IopDeviceNodeSetFlag(

Modified: trunk/reactos/w32api/include/ddk/winddk.h
--- trunk/reactos/w32api/include/ddk/winddk.h	2005-06-19 20:01:07 UTC (rev 16107)
+++ trunk/reactos/w32api/include/ddk/winddk.h	2005-06-19 20:09:32 UTC (rev 16108)
@@ -742,23 +742,6 @@
 #define PNP_DEVICE_RESOURCE_REQUIREMENTS_CHANGED 0x00000010
 #define PNP_DEVICE_NOT_DISABLEABLE               0x00000020
 
-typedef enum _PNP_VETO_TYPE
-{
-  PNP_VetoTypeUnknown,
-  PNP_VetoLegacyDevice,
-  PNP_VetoPendingClose,
-  PNP_VetoWindowsApp,
-  PNP_VetoWindowsService,
-  PNP_VetoOutstandingOpen,
-  PNP_VetoDevice,
-  PNP_VetoDriver,
-  PNP_VetoIllegalDeviceRequest,
-  PNP_VetoInsufficientPower,
-  PNP_VetoNonDisableable,
-  PNP_VetoLegacyDriver,
-  PNP_VetoInsufficientRights
-} PNP_VETO_TYPE, *PPNP_VETO_TYPE;
-
 typedef struct _TARGET_DEVICE_CUSTOM_NOTIFICATION {
   USHORT  Version;
   USHORT  Size;