winioctl.h: Now that classpnp.h is available in the ddk, remove the macros
for the MEDIA_CHANGE_DETECTION_STATE enum and the associated fixme note.


git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@3632 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/winioctl.h b/mingw-w64-headers/include/winioctl.h
index 5a17bdf..be13cd6 100644
--- a/mingw-w64-headers/include/winioctl.h
+++ b/mingw-w64-headers/include/winioctl.h
@@ -1677,13 +1677,6 @@
 #define COPYFILE_SIS_FLAGS 0x0003
 
 #if (_WIN32_WINNT >= 0x0600)
-/* FIXME: these do not belong here: they should be in
- * ddk/classpnp.h as enum MEDIA_CHANGE_DETECTION_STATE
- */
-#define MediaUnknown 0
-#define MediaPresent 1
-#define MediaNotPresent 2
-#define MediaUnavailable 3
 
 typedef struct _FILE_MAKE_COMPATIBLE_BUFFER {
   BOOLEAN CloseDisc;