user32: Fix the window positions when moving a child window for a RTL window.
[wine.git] / dlls / qcap / Makefile.in
blobf3b61ab65d99f7f72fca17cfeb37355671c8b083
1 MODULE = qcap.dll
2 IMPORTS = strmiids uuid ole32 gdi32 advapi32
4 C_SRCS = \
5 capturegraph.c \
6 dllsetup.c \
7 enummedia.c \
8 enumpins.c \
9 pin.c \
10 qcap_main.c \
11 v4l.c \
12 vfwcapture.c \
13 yuv.c
15 RC_SRCS = version.rc
17 @MAKE_DLL_RULES@