mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 01:21:24 +00:00
Use standard notification data in common app
This commit is contained in:
parent
c1594579a2
commit
09b12e287c
|
|
@ -23,8 +23,8 @@ MEMDATA,*PMEMDATA;
|
|||
|
||||
typedef struct
|
||||
{
|
||||
DWORD dwNotification;
|
||||
UINT uiParam;
|
||||
unsigned int dwNotification;
|
||||
unsigned int uiParam;
|
||||
}
|
||||
NOTIFICATION,*PNOTIFICATION;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue