mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
cc1a9e2379
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 lines
83 B
Makefile
6 lines
83 B
Makefile
MODULE = rtworkq.dll
|
|
IMPORTLIB = rtworkq
|
|
IMPORTS = ole32
|
|
|
|
C_SRCS = \
|
|
queue.c
|