summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/pemagine/pemagine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pemagine/pemagine.h b/include/pemagine/pemagine.h
index b18a5ee..35fbc74 100644
--- a/include/pemagine/pemagine.h
+++ b/include/pemagine/pemagine.h
@@ -140,6 +140,7 @@ struct pe_ldr_tbl_entry {
struct pe_framework_runtime_data {
+ struct pe_guid abi;
void * hself;
void * hparent;
void * himage;
@@ -151,7 +152,6 @@ struct pe_framework_runtime_data {
void * hcwd;
void * hdrive;
void * hldrctx[__SIZEOF_POINTER__>>1];
- struct pe_guid abi;
};