[DEVMGR][HOTPLUG][NEWDEV][SYSSETUP] Include setupapi_undoc.h for pSetup* functions.

This commit is contained in:
Hermès Bélusca-Maïto 2023-10-05 15:52:31 +02:00
parent cd252d5703
commit 70ac8fe290
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
5 changed files with 6 additions and 1 deletions

View file

@ -10,6 +10,7 @@
#include <initguid.h>
#include <devguid.h>
#include <setupapi_undoc.h>
#define MAX_DEVICE_DISPLAYNAME_LEN 256

View file

@ -78,4 +78,4 @@ OUT LPDWORD lpReboot);
//WINE_DEFAULT_DEBUG_CHANNEL(devmgr);
#endif
#endif

View file

@ -31,6 +31,7 @@
#include "properties.h"
#include "resource.h"
#include <setupapi_undoc.h>
#include <winver.h>
#define PDCAP_D0_SUPPORTED 0x00000001

View file

@ -24,6 +24,7 @@
#include <stdio.h>
#include <winnls.h>
#include <setupapi_undoc.h>
/* Global variables */
HINSTANCE hDllInstance;

View file

@ -19,6 +19,8 @@
#include <pseh/pseh2.h>
#include <cfgmgr32.h>
#include <setupapi_undoc.h>
#include "globals.h"
#include "resource.h"