mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 04:10:04 +00:00
7 lines
86 B
Makefile
7 lines
86 B
Makefile
MODULE = ntdsapi.dll
|
|
IMPORTLIB = ntdsapi
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = \
|
|
ntdsapi.c
|