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
08ec06da
Commit
08ec06da
authored
Nov 07, 2022
by
Alex Henrie
Committed by
Alexandre Julliard
Nov 08, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uuid: Add propkey.h.
Needed to compile Tera Term.
parent
cf978c9a
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
4 deletions
+7
-4
dsound_main.c
dlls/dsound/dsound_main.c
+2
-1
mmdevdrv.c
dlls/winealsa.drv/mmdevdrv.c
+1
-1
mmdevdrv.c
dlls/winepulse.drv/mmdevdrv.c
+1
-1
uuid.c
libs/uuid/uuid.c
+1
-0
audio.c
programs/winecfg/audio.c
+2
-1
No files found.
dlls/dsound/dsound_main.c
View file @
08ec06da
...
...
@@ -55,10 +55,11 @@
#include "oleidl.h"
#include "shobjidl.h"
#include "strmif.h"
#include "propkey.h"
#include "initguid.h"
#include "propkeydef.h"
#include "ksmedia.h"
#include "propkey.h"
#include "devpkey.h"
#include "dsound_private.h"
...
...
dlls/winealsa.drv/mmdevdrv.c
View file @
08ec06da
...
...
@@ -28,9 +28,9 @@
#include "winreg.h"
#include "winternl.h"
#include "propsys.h"
#include "propkey.h"
#include "initguid.h"
#include "ole2.h"
#include "propkey.h"
#include "mmdeviceapi.h"
#include "devpkey.h"
#include "mmsystem.h"
...
...
dlls/winepulse.drv/mmdevdrv.c
View file @
08ec06da
...
...
@@ -36,11 +36,11 @@
#include "dshow.h"
#include "dsound.h"
#include "propsys.h"
#include "propkey.h"
#include "initguid.h"
#include "ks.h"
#include "ksmedia.h"
#include "propkey.h"
#include "mmdeviceapi.h"
#include "audioclient.h"
#include "endpointvolume.h"
...
...
libs/uuid/uuid.c
View file @
08ec06da
...
...
@@ -92,6 +92,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
#include "comsvcs.h"
#include "directmanipulation.h"
#include "devguid.h"
#include "propkey.h"
#define __WINE_INIT_NPI_MODULEID
#include "netiodef.h"
...
...
programs/winecfg/audio.c
View file @
08ec06da
...
...
@@ -40,8 +40,9 @@
#include <mmddk.h>
#include "ole2.h"
#include "initguid.h"
#include "propkey.h"
#include "initguid.h"
#include "propkeydef.h"
#include "devpkey.h"
#include "mmdeviceapi.h"
#include "audioclient.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