From 8a89416b37be96a1e640c74628d0f583a5b01dca Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Mon, 9 Sep 2019 22:13:50 +0200 Subject: [PATCH] comment: note what two cfrg fields are for --- PEFTools/PEF.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PEFTools/PEF.h b/PEFTools/PEF.h index 65b640c24f..19dbfc12ea 100644 --- a/PEFTools/PEF.h +++ b/PEFTools/PEF.h @@ -66,8 +66,8 @@ struct CFragResourceMember { uint8_t updateLevel; uint32_t currentVersion; uint32_t oldDefVersion; - uint32_t uUsage1; - uint16_t uUsage2; + uint32_t uUsage1; // default stack size + uint16_t uUsage2; // app load folder uint8_t usage; uint8_t where; uint32_t offset;