msdmo: Link to dmoguids.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1fc00f1769
commit
cf9c6fc0e3
|
@ -1,6 +1,6 @@
|
||||||
MODULE = msdmo.dll
|
MODULE = msdmo.dll
|
||||||
IMPORTLIB = msdmo
|
IMPORTLIB = msdmo
|
||||||
IMPORTS = uuid ole32 user32 advapi32
|
IMPORTS = dmoguids uuid ole32 user32 advapi32
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
dmoreg.c \
|
dmoreg.c \
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
#include "objbase.h"
|
#include "objbase.h"
|
||||||
#include "wine/unicode.h"
|
#include "wine/unicode.h"
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
#include "initguid.h"
|
|
||||||
#include "dmo.h"
|
#include "dmo.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(msdmo);
|
WINE_DEFAULT_DEBUG_CHANNEL(msdmo);
|
||||||
|
|
Loading…
Reference in New Issue