Commit 5a954d40 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

mmdevapi: Add uuid include.

parent adc1aaf0
......@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = mmdevapi.dll
IMPORTS = ole32 oleaut32 user32 advapi32 kernel32 ntdll
IMPORTS = uuid ole32 oleaut32 user32 advapi32 kernel32 ntdll
C_SRCS = \
devenum.c \
......
......@@ -27,8 +27,9 @@
#include "wingdi.h"
#include "wine/debug.h"
#include "initguid.h"
#include "ole2.h"
#include "olectl.h"
#include "initguid.h"
#include "mmdeviceapi.h"
#include "dshow.h"
#include "dsound.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment