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
e72a16b5
Commit
e72a16b5
authored
Oct 18, 2022
by
Alex Henrie
Committed by
Alexandre Julliard
Oct 19, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uuid: Add devguid.h.
Needed to compile Tera Term.
parent
9e74a249
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
dinput_main.c
dlls/dinput/dinput_main.c
+1
-1
hid.c
dlls/dinput/tests/hid.c
+1
-1
devinst.c
dlls/setupapi/tests/devinst.c
+1
-1
uuid.c
libs/uuid/uuid.c
+1
-0
No files found.
dlls/dinput/dinput_main.c
View file @
e72a16b5
...
...
@@ -43,8 +43,8 @@
#include "winerror.h"
#include "objbase.h"
#include "rpcproxy.h"
#include "initguid.h"
#include "devguid.h"
#include "initguid.h"
#include "dinputd.h"
#include "dinput_private.h"
...
...
dlls/dinput/tests/hid.c
View file @
e72a16b5
...
...
@@ -40,6 +40,7 @@
#include "cfgmgr32.h"
#include "newdev.h"
#include "dbt.h"
#include "devguid.h"
#include "objbase.h"
...
...
@@ -51,7 +52,6 @@
#include "ddk/hidsdi.h"
#include "ddk/hidpi.h"
#include "ddk/hidport.h"
#include "devguid.h"
#include "dinput.h"
#include "dinputd.h"
#include "hidusage.h"
...
...
dlls/setupapi/tests/devinst.c
View file @
e72a16b5
...
...
@@ -26,8 +26,8 @@
#include "wingdi.h"
#include "winuser.h"
#include "winreg.h"
#include "initguid.h"
#include "devguid.h"
#include "initguid.h"
#include "devpkey.h"
#include "setupapi.h"
#include "cfgmgr32.h"
...
...
libs/uuid/uuid.c
View file @
e72a16b5
...
...
@@ -91,6 +91,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
#include "shimgdata.h"
#include "comsvcs.h"
#include "directmanipulation.h"
#include "devguid.h"
#define __WINE_INIT_NPI_MODULEID
#include "netiodef.h"
...
...
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