From f2ab8ff2216809bc33d94a06e009a21aad127370 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 8 Nov 2000 05:04:03 +0000 Subject: [PATCH] Added DM_REPOSITION. --- include/winuser.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/winuser.h b/include/winuser.h index cb8294d9e1c..85a90234bd3 100644 --- a/include/winuser.h +++ b/include/winuser.h @@ -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