[USETUP][SETUPLIB] Move all the code that retrieves the version resources from PE executable, out of osdetect.c, and place it in its own module inside the SetupLib.

Remove also some commented headers in precomp.h.

svn path=/branches/setup_improvements/; revision=74618
This commit is contained in:
Hermès Bélusca-Maïto 2017-05-21 23:41:04 +00:00
parent 2c76ce526c
commit b1741a07cf
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
6 changed files with 218 additions and 185 deletions

View file

@ -27,6 +27,7 @@ extern HANDLE ProcessHeap;
#include "errorcode.h"
#include "linklist.h"
#include "ntverrsrc.h"
#include "fsutil.h"
#include "genlist.h"
#include "partlist.h"