Display the resource page in device properties
[reactos.git] / reactos / base / applications / mscutils / devmgmt / precomp.h
index d1cfc33..81a59b8 100644 (file)
@@ -9,6 +9,7 @@
 #include <setupapi.h>
 #include <cfgmgr32.h>
 #include <commctrl.h>
+#include <dll/devmgr/devmgr.h>
 #include "resource.h"
 
 #ifdef _MSC_VER
@@ -53,26 +54,6 @@ HWND CreateMainWindow(LPCTSTR lpCaption, int nCmdShow);
 
 
 /* enumdevices.c */
-// undocumented API's from devmgr
-#ifdef _UNICODE
-#define DevicePropertiesEx DevicePropertiesExW
-INT_PTR
-WINAPI
-DevicePropertiesExW(IN HWND hWndParent  OPTIONAL,
-                    IN LPCWSTR lpMachineName  OPTIONAL,
-                    IN LPCWSTR lpDeviceID  OPTIONAL,
-                    IN DWORD dwFlags  OPTIONAL,
-                    IN BOOL bShowDevMgr);
-#else
-#define DevicePropertiesEx DevicePropertiesExA
-INT_PTR
-WINAPI
-DevicePropertiesExA(IN HWND hWndParent  OPTIONAL,
-                    IN LPCSTR lpMachineName  OPTIONAL,
-                    IN LPCSTR lpDeviceID  OPTIONAL,
-                    IN DWORD dwFlags  OPTIONAL,
-                    IN BOOL bShowDevMgr);
-#endif
 
 VOID FreeDeviceStrings(HWND hTreeView);
 VOID OpenPropSheet(HWND hTreeView, HTREEITEM hItem);