projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
msvcrt: NULL terminate program arguments list in __getmainargs.
[wine]
/
dlls
/
atl100
/
Makefile.in
1
MODULE = atl100.dll
2
IMPORTLIB = atl100
3
IMPORTS = uuid ole32 oleaut32 user32 gdi32 advapi32
4
EXTRADEFS = -D_ATL_VER=_ATL_VER_100
5
6
C_SRCS = \
7
atl.c \
8
atl_ax.c \
9
registrar.c
10
11
@MAKE_DLL_RULES@