diff --git a/reactos/boot/freeldr/freeldr/include/inffile.h b/reactos/boot/freeldr/freeldr/include/inffile.h index 5d8ad81b42b..766f0125c70 100644 --- a/reactos/boot/freeldr/freeldr/include/inffile.h +++ b/reactos/boot/freeldr/freeldr/include/inffile.h @@ -39,7 +39,7 @@ typedef PULONG HINF, *PHINF; typedef struct _INFCONTEXT { PVOID Inf; -// PVOID CurrentInf; + PVOID CurrentInf; PVOID Section; PVOID Line; } INFCONTEXT, *PINFCONTEXT; diff --git a/reactos/sdk/lib/inflib/infpriv.h b/reactos/sdk/lib/inflib/infpriv.h index f1b3341a201..1df8bb4d065 100644 --- a/reactos/sdk/lib/inflib/infpriv.h +++ b/reactos/sdk/lib/inflib/infpriv.h @@ -65,6 +65,7 @@ typedef struct _INFCACHE typedef struct _INFCONTEXT { PINFCACHE Inf; + PINFCACHE CurrentInf; PINFCACHESECTION Section; PINFCACHELINE Line; } INFCONTEXT;