crt: Document all 32-bit x86 advapi32.dll symbols
Reorder symbols in mingw-w64-crt/lib32/advapi32.def file and document in
which Windows version was each symbol introduced.
This is just documentation change and does not add or remove any symbol in
32-bit x86 libadvapi32.a import library.
Newly documented symbols which were missing in the def file were added as
comments.
The fact that this does not change list of symbols can be verified by
comparing lines of advapi32.def file before and after this change that are
same when trimming comments and skipping empty lines. E.g. by command:
sed 's/\s*;.*//;/^$/d' mingw-w64-crt/lib32/advapi32.def | LC_ALL=C sort
Co-authored-by: LIU Hao <lh_mouse@126.com>
Signed-off-by: LIU Hao <lh_mouse@126.com>
1 file changed