secur32/tests: Use importlib for functions available since Windows XP.
[wine.git] / dlls / msvcp60 / Makefile.in
blobfcd149be6a2931de3484660799de9741cbe378aa
1 MODULE = msvcp60.dll
2 IMPORTS = msvcrt
3 EXTRADEFS = -D_MSVCP_VER=60
4 PARENTSRC = ../msvcp90
6 C_SRCS = \
7 exception.c \
8 ios.c \
9 locale.c \
10 main.c \
11 math.c \
12 memory.c \
13 misc.c \
14 string.c