Need to import ntdll.

This commit is contained in:
Steven Edwards 2002-07-05 22:48:33 +00:00 committed by Alexandre Julliard
parent d0f8bf3743
commit 6aa9ccb102
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dsound.dll
IMPORTS = winmm advapi32 kernel32
IMPORTS = winmm advapi32 kernel32 ntdll
EXTRALIBS = $(LIBUUID)
LDDLLFLAGS = @LDDLLFLAGS@