mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 17:00:47 +00:00
511be2e86d
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
7 lines
96 B
Makefile
7 lines
96 B
Makefile
MODULE = threadpoolwinrt.dll
|
|
IMPORTS = combase uuid
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
IDL_SRCS = classes.idl
|