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
5a954d40
Commit
5a954d40
authored
Mar 17, 2010
by
Maarten Lankhorst
Committed by
Alexandre Julliard
Apr 05, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mmdevapi: Add uuid include.
parent
adc1aaf0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Makefile.in
dlls/mmdevapi/Makefile.in
+1
-1
main.c
dlls/mmdevapi/main.c
+2
-1
No files found.
dlls/mmdevapi/Makefile.in
View file @
5a954d40
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
mmdevapi.dll
MODULE
=
mmdevapi.dll
IMPORTS
=
ole32 oleaut32 user32 advapi32 kernel32 ntdll
IMPORTS
=
uuid
ole32 oleaut32 user32 advapi32 kernel32 ntdll
C_SRCS
=
\
C_SRCS
=
\
devenum.c
\
devenum.c
\
...
...
dlls/mmdevapi/main.c
View file @
5a954d40
...
@@ -27,8 +27,9 @@
...
@@ -27,8 +27,9 @@
#include "wingdi.h"
#include "wingdi.h"
#include "wine/debug.h"
#include "wine/debug.h"
#include "initguid.h"
#include "ole2.h"
#include "ole2.h"
#include "olectl.h"
#include "initguid.h"
#include "mmdeviceapi.h"
#include "mmdeviceapi.h"
#include "dshow.h"
#include "dshow.h"
#include "dsound.h"
#include "dsound.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