mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-25 00:47:06 +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
|
typedef struct
|
||||||
{
|
{
|
||||||
DWORD dwNotification;
|
unsigned int dwNotification;
|
||||||
UINT uiParam;
|
unsigned int uiParam;
|
||||||
}
|
}
|
||||||
NOTIFICATION,*PNOTIFICATION;
|
NOTIFICATION,*PNOTIFICATION;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue