mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 15:39:00 +00:00
921e0457c5
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
115 B
Makefile
8 lines
115 B
Makefile
MODULE = ntdsapi.dll
|
|
IMPORTLIB = ntdsapi
|
|
IMPORTS = user32
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
ntdsapi.c
|