[SETUPLIB] Introduce and use a UnMapAndCloseFile() macro that calls UnMapFile() and...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 23 Aug 2017 12:20:15 +0000 (12:20 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 27 Oct 2018 16:13:40 +0000 (18:13 +0200)
commita80f803a2a1053835778a9da26fe85f907786efe
treee309092ca33f3dbfa5ae7c26fb4d6aa7d4d94553
parent29fe31df1ba35a14582f4ef5df9dfbc586d2820e
[SETUPLIB] Introduce and use a UnMapAndCloseFile() macro that calls UnMapFile() and NtClose() on handles returned by the OpenAndMapFile() function.

svn path=/branches/setup_improvements/; revision=75651
svn path=/branches/setup_improvements/; revision=75657
base/setup/lib/bldrsup.c
base/setup/lib/filesup.h
base/setup/lib/osdetect.c
base/setup/lib/partlist.c
base/setup/lib/setuplib.c