Added advapi32 to imported DLLs list.

oldstable
Eric Pouech 2000-10-22 23:51:08 +00:00 committed by Alexandre Julliard
parent 3291a05838
commit 0595b1f24c
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = none MODULE = none
PROGRAMS = winedbg PROGRAMS = winedbg
IMPORTS = user32 gdi32 kernel32 IMPORTS = user32 gdi32 advapi32 kernel32
C_SRCS = \ C_SRCS = \
break.c \ break.c \

View File

@ -4,4 +4,5 @@ type win32
init DEBUG_main init DEBUG_main
import user32.dll import user32.dll
import advapi32.dll
import kernel32.dll import kernel32.dll