mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
71d68bbae0
Added a hack in MapLS to recognize such allocations and use the heap selector in this case.
20 lines
283 B
Makefile
20 lines
283 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = msvfw32
|
|
ALTNAMES = msvideo
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
msvideo_main.c \
|
|
drawdib.c
|
|
|
|
GLUE = msvideo_main.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|
|
|