mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 06:12:31 +00:00
8 lines
102 B
Makefile
8 lines
102 B
Makefile
MODULE = wnaspi32.dll
|
|
IMPORTLIB = wnaspi32
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
aspi.c \
|
|
winaspi32.c
|