From 09b12e287c1aef7efaa3f18318e9b4e014c227d1 Mon Sep 17 00:00:00 2001 From: notmatthewbeshay <92357869+NotMachow@users.noreply.github.com> Date: Wed, 11 Mar 2026 02:08:01 +1100 Subject: [PATCH] Use standard notification data in common app --- Minecraft.Client/Platform/Common/App_structs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Minecraft.Client/Platform/Common/App_structs.h b/Minecraft.Client/Platform/Common/App_structs.h index 50fffa5b7..57a600bc9 100644 --- a/Minecraft.Client/Platform/Common/App_structs.h +++ b/Minecraft.Client/Platform/Common/App_structs.h @@ -23,8 +23,8 @@ MEMDATA,*PMEMDATA; typedef struct { - DWORD dwNotification; - UINT uiParam; + unsigned int dwNotification; + unsigned int uiParam; } NOTIFICATION,*PNOTIFICATION;