diff options
-rw-r--r-- | include/pemagine/pemagine.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pemagine/pemagine.h b/include/pemagine/pemagine.h index 99ba86a..b18a5ee 100644 --- a/include/pemagine/pemagine.h +++ b/include/pemagine/pemagine.h @@ -146,8 +146,11 @@ struct pe_framework_runtime_data { void * hroot; void * hdsodir; void * hloader; + void * hexec; + void * hpeer; void * hcwd; void * hdrive; + void * hldrctx[__SIZEOF_POINTER__>>1]; struct pe_guid abi; }; |