quartz/tests: Link to strmiids and uuid.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3f5ab4c06c
commit
90114c4adf
|
@ -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 \
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue