wine/dlls/uiautomationcore/Makefile.in
Connor McAdams 06344846d5 uiautomationcore: Use WindowFromAccessibleObject to get HWND in UiaProviderFromIAccessible.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2022-06-08 18:54:25 +02:00

10 lines
184 B
Makefile

MODULE = uiautomationcore.dll
IMPORTLIB = uiautomationcore
IMPORTS = uuid ole32 oleaut32 user32 oleacc
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
uia_main.c \
uia_provider.c