quartz/tests: Link to strmiids and uuid.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Zebediah Figura 2019-04-01 21:38:22 -05:00 committed by Alexandre Julliard
parent 3f5ab4c06c
commit 90114c4adf
2 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,5 @@
TESTDLL = quartz.dll
IMPORTS = oleaut32 ole32 advapi32 user32 msvfw32
IMPORTS = advapi32 msvfw32 ole32 oleaut32 strmiids user32 uuid
C_SRCS = \
acmwrapper.c \

View File

@ -22,14 +22,11 @@
#include "wine/test.h"
#include "winbase.h"
#include "initguid.h"
#include "dshow.h"
#include "winternl.h"
#include "initguid.h"
#include "wine/fil_data.h"
DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
/* Helper function, checks if filter with given name was enumerated. */
static BOOL enum_find_filter(const WCHAR *wszFilterName, IEnumMoniker *pEnum)
{