Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
008f6455
Commit
008f6455
authored
Jan 30, 2024
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Include cfg.h from cfgmgr32.h.
parent
91d60983
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
22 deletions
+7
-22
main.c
dlls/cfgmgr32/main.c
+1
-0
cfgmgr32.c
dlls/cfgmgr32/tests/cfgmgr32.c
+1
-0
hid.h
dlls/hidclass.sys/hid.h
+1
-0
sysparams.c
dlls/win32u/sysparams.c
+1
-1
main.c
dlls/winexinput.sys/main.c
+1
-0
cfgmgr32.h
include/cfgmgr32.h
+2
-21
No files found.
dlls/cfgmgr32/main.c
View file @
008f6455
...
...
@@ -17,6 +17,7 @@
*/
#include "wine/debug.h"
#include "winreg.h"
#include "cfgmgr32.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
setupapi
);
...
...
dlls/cfgmgr32/tests/cfgmgr32.c
View file @
008f6455
...
...
@@ -17,6 +17,7 @@
*/
#include "wine/test.h"
#include "winreg.h"
#include "cfgmgr32.h"
static
void
test_CM_MapCrToWin32Err
(
void
)
...
...
dlls/hidclass.sys/hid.h
View file @
008f6455
...
...
@@ -22,6 +22,7 @@
#include "winbase.h"
#include "winternl.h"
#include "winioctl.h"
#include "winreg.h"
#include "ddk/wdm.h"
#include "hidusage.h"
#include "ddk/hidport.h"
...
...
dlls/win32u/sysparams.c
View file @
008f6455
...
...
@@ -31,7 +31,7 @@
#define WIN32_NO_STATUS
#include "ntgdi_private.h"
#include "ntuser_private.h"
#include "
devpropdef
.h"
#include "
winreg
.h"
#include "cfgmgr32.h"
#include "d3dkmdt.h"
#include "wine/wingdi16.h"
...
...
dlls/winexinput.sys/main.c
View file @
008f6455
...
...
@@ -27,6 +27,7 @@
#include "winbase.h"
#include "winternl.h"
#include "winioctl.h"
#include "winreg.h"
#include "cfgmgr32.h"
#include "ddk/wdm.h"
...
...
include/cfgmgr32.h
View file @
008f6455
...
...
@@ -19,15 +19,13 @@
#ifndef _CFGMGR32_H_
#define _CFGMGR32_H_
/* FIXME: #include <cfg.h> */
#include <cfg.h>
#include <devpropdef.h>
#ifndef GUID_DEFINED
# include <guiddef.h>
#endif
#include <winreg.h>
#include <devpropdef.h>
/* cfgmgr32 doesn't use the normal convention, it adds an underscore before A/W */
#ifdef WINE_NO_UNICODE_MACROS
# define DECL_WINELIB_CFGMGR32_TYPE_AW(type)
/* nothing */
...
...
@@ -193,23 +191,6 @@ typedef CHAR *DEVNODEID_A, *DEVINSTID_A;
typedef
WCHAR
*
DEVNODEID_W
,
*
DEVINSTID_W
;
typedef
ULONG
REGDISPOSITION
;
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
enum
_CM_NOTIFY_FILTER_TYPE
{
CM_NOTIFY_FILTER_TYPE_DEVICEINTERFACE
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment