mirror of
https://github.com/reactos/wine.git
synced 2025-02-13 16:59:37 +00:00
![Michael Müller](/assets/img/avatar_default.png)
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
89 B
Makefile
7 lines
89 B
Makefile
MODULE = mfplat.dll
|
|
IMPORTLIB = mfplat
|
|
IMPORTS = advapi32 ole32
|
|
|
|
C_SRCS = \
|
|
main.c
|