Commit 0595b1f2 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Added advapi32 to imported DLLs list.

parent 3291a058
......@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = none
PROGRAMS = winedbg
IMPORTS = user32 gdi32 kernel32
IMPORTS = user32 gdi32 advapi32 kernel32
C_SRCS = \
break.c \
......
......@@ -4,4 +4,5 @@ type win32
init DEBUG_main
import user32.dll
import advapi32.dll
import kernel32.dll
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment