mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 02:26:29 +00:00
Use standard notification data in common app
This commit is contained in:
@@ -23,8 +23,8 @@ MEMDATA,*PMEMDATA;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
DWORD dwNotification;
|
||||
UINT uiParam;
|
||||
unsigned int dwNotification;
|
||||
unsigned int uiParam;
|
||||
}
|
||||
NOTIFICATION,*PNOTIFICATION;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user