advapi32: Move the storage specifier to the beginning of the declaration.
[wine] / dlls / advapi32 / tests / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 TESTDLL   = advapi32.dll
6 IMPORTS   = ole32 advapi32 kernel32
7 EXTRALIBS = -luuid
8
9 CTESTS = \
10         crypt.c \
11         crypt_lmhash.c \
12         crypt_md4.c \
13         crypt_md5.c \
14         crypt_sha.c \
15         lsa.c \
16         registry.c \
17         security.c \
18         service.c
19
20 @MAKE_TEST_RULES@
21
22 @DEPENDENCIES@  # everything below this line is overwritten by make depend