[USETUP]: Also adapt the INFCONTEXT structure here.

svn path=/trunk/; revision=75344
This commit is contained in:
Hermès Bélusca-Maïto 2017-07-14 22:17:12 +00:00
parent 882901c398
commit f6dbb71053

View file

@ -45,10 +45,12 @@
* Delete it once we don't use inflib anymore */
typedef struct _INFCONTEXT
{
PVOID Inf;
PVOID Section;
PVOID Line;
PVOID Inf;
PVOID CurrentInf;
PVOID Section;
PVOID Line;
} INFCONTEXT;
C_ASSERT(sizeof(INFCONTEXT) == 2 * sizeof(PVOID) + 2 * sizeof(UINT));
BOOL
WINAPI