mmdevapi: Add uuid include.

This commit is contained in:
Maarten Lankhorst 2010-03-17 22:02:44 +01:00 committed by Alexandre Julliard
parent adc1aaf06b
commit 5a954d4032
2 changed files with 3 additions and 2 deletions

View File

@ -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 \

View File

@ -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"