Added DM_REPOSITION.
This commit is contained in:
parent
f6fcb5cd55
commit
f2ab8ff221
|
@ -220,6 +220,7 @@ typedef struct
|
|||
/* Dialog messages */
|
||||
#define DM_GETDEFID (WM_USER+0)
|
||||
#define DM_SETDEFID (WM_USER+1)
|
||||
#define DM_REPOSITION (WM_USER+2)
|
||||
|
||||
#define DC_HASDEFID 0x534b
|
||||
|
||||
|
|
Loading…
Reference in New Issue