wined3d: Use the supplied context in wined3d_device_context_blt().
[wine.git] / dlls / crtdll / Makefile.in
blobffdbb2ab7a1eda33e5ee2fc4570cefe2b21640d1
1 EXTRADEFS = -D_CRTDLL -D_CRTIMP=
2 MODULE = crtdll.dll
3 IMPORTS = ntdll
4 DELAYIMPORTS = advapi32 user32
5 PARENTSRC = ../msvcrt
7 C_SRCS = \
8 console.c \
9 cpp.c \
10 ctype.c \
11 data.c \
12 dir.c \
13 environ.c \
14 errno.c \
15 except.c \
16 except_arm.c \
17 except_arm64.c \
18 except_i386.c \
19 except_x86_64.c \
20 exit.c \
21 file.c \
22 heap.c \
23 locale.c \
24 lock.c \
25 main.c \
26 math.c \
27 mbcs.c \
28 misc.c \
29 process.c \
30 scanf.c \
31 string.c \
32 thread.c \
33 time.c \
34 undname.c \
35 wcs.c