mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
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
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
TESTDLL = amstream.dll
|
||||
IMPORTS = strmbase strmiids uuid ddraw ole32 user32
|
||||
EXTRADEFS = -DWINE_NO_NAMELESS_EXTENSION
|
||||
|
||||
C_SRCS = \
|
||||
amstream.c
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
#define COBJMACROS
|
||||
#define NONAMELESSUNION
|
||||
#define WINE_NO_NAMELESS_EXTENSION
|
||||
|
||||
#include "wine/test.h"
|
||||
#include "dshow.h"
|
||||
|
|
Loading…
Reference in a new issue