rtl: move WM_APP to messages.inc instead of defines.inc. In other case it is not visible if only Message.pas is included into uses.

git-svn-id: trunk@21320 -
This commit is contained in:
paul 2012-05-18 08:59:23 +00:00
parent 90db273224
commit 82bfe995ef
4 changed files with 2 additions and 4 deletions

View File

@ -5754,8 +5754,6 @@ const
COLOR_MENUHILIGHT = 29;
COLOR_MENUBAR = 30;
WM_APP = $8000;
SYSRGN = 4;
UIS_SET = 1;

View File

@ -1170,6 +1170,7 @@
WM_UNICHAR = $109;
WM_UNINITMENUPOPUP = $0125;
WM_USER = 1024;
WM_APP = $8000;
WM_USERCHANGED = 84;
WM_VKEYTOITEM = 46;
WM_VSCROLL = 277;

View File

@ -5787,8 +5787,6 @@ const
COLOR_MENUHILIGHT = 29;
COLOR_MENUBAR = 30;
WM_APP = $8000;
// ShellExecuteEx mask
SEE_MASK_NOCLOSEPROCESS = $00000040;
SEE_MASK_FLAG_NO_UI = $00000400;

View File

@ -66,6 +66,7 @@
const
WM_USER = 1024; //keep it first
WM_APP = $8000;
ACM_PLAY = 1125;
ACM_STOP = 1126;