mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:02:56 +00:00
[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:
parent
2c76ce526c
commit
b1741a07cf
6 changed files with 218 additions and 185 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue