mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
a9cbabc03c
Check needed length regardless of given length. Return STATUS_INVALID_INFO_CLASS for non-implemented classes. Return STATUS_ACCESS_VIOLATION if no buffer given.
25 lines
316 B
Makefile
25 lines
316 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = ntdll.dll
|
|
IMPORTS = kernel32
|
|
|
|
CTESTS = \
|
|
env.c \
|
|
error.c \
|
|
generated.c \
|
|
info.c \
|
|
large_int.c \
|
|
path.c \
|
|
reg.c \
|
|
rtl.c \
|
|
rtlbitmap.c \
|
|
rtlstr.c \
|
|
string.c \
|
|
time.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|