From 1ebe0678cd93c9238017c0809fc7cfddef1a42ac Mon Sep 17 00:00:00 2001 From: Alan Jowett Date: Tue, 5 May 2026 14:47:03 -0700 Subject: [PATCH] Mark object type exports as DATA Ensure ExEventObjectType and IoFileObjectType are emitted as data imports in the ARM64 usersim import library. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/Source.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Source.def b/src/Source.def index abd9bd8..c09998c 100644 --- a/src/Source.def +++ b/src/Source.def @@ -5,8 +5,8 @@ LIBRARY EXPORTS - ExEventObjectType - IoFileObjectType + ExEventObjectType DATA + IoFileObjectType DATA FwpmCalloutAdd0 FwpmCalloutDeleteByKey0