Use standard notification data in common app

This commit is contained in:
notmatthewbeshay 2026-03-11 02:08:01 +11:00
parent c1594579a2
commit 09b12e287c

View file

@ -23,8 +23,8 @@ MEMDATA,*PMEMDATA;
typedef struct
{
DWORD dwNotification;
UINT uiParam;
unsigned int dwNotification;
unsigned int uiParam;
}
NOTIFICATION,*PNOTIFICATION;