amstream/tests: Move WINE_NO_NAMELESS_EXTENSION to source file.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
883298f627
commit
d614d04833
|
@ -1,6 +1,5 @@
|
||||||
TESTDLL = amstream.dll
|
TESTDLL = amstream.dll
|
||||||
IMPORTS = strmbase strmiids uuid ddraw ole32 user32
|
IMPORTS = strmbase strmiids uuid ddraw ole32 user32
|
||||||
EXTRADEFS = -DWINE_NO_NAMELESS_EXTENSION
|
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
amstream.c
|
amstream.c
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
|
|
||||||
#define COBJMACROS
|
#define COBJMACROS
|
||||||
#define NONAMELESSUNION
|
#define NONAMELESSUNION
|
||||||
|
#define WINE_NO_NAMELESS_EXTENSION
|
||||||
|
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
#include "dshow.h"
|
#include "dshow.h"
|
||||||
|
|
Loading…
Reference in New Issue