headers: add symbols in cfgmgr32.h

Signed-off-by: LIU Hao <lh_mouse@126.com>
diff --git a/mingw-w64-headers/include/cfgmgr32.h b/mingw-w64-headers/include/cfgmgr32.h
index 5a73af5..2de136d 100644
--- a/mingw-w64-headers/include/cfgmgr32.h
+++ b/mingw-w64-headers/include/cfgmgr32.h
@@ -1191,6 +1191,13 @@
 #define CM_WaitNoPendingInstallEvents CMP_WaitNoPendingInstallEvents
   DWORD WINAPI CM_WaitNoPendingInstallEvents(DWORD dwTimeout);
 
+#if WINVER >= _WIN32_WINNT_WIN8
+
+  CMAPI CONFIGRET WINAPI CM_Register_Notification(PCM_NOTIFY_FILTER pFilter, PVOID pContext, PCM_NOTIFY_CALLBACK pCallback, PHCMNOTIFICATION pNotifyContext);
+  CMAPI CONFIGRET WINAPI CM_Unregister_Notification(HCMNOTIFICATION NotifyContext);
+
+#endif /* WINVER >= _WIN32_WINNT_WIN8 */
+
 #define CR_SUCCESS (0x00000000)
 #define CR_DEFAULT (0x00000001)
 #define CR_OUT_OF_MEMORY (0x00000002)