mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 07:49:29 +02:00
--- Merging r36766 into '.':
U rtl/win/wininc/base.inc U rtl/win/wininc/defines.inc --- Recording mergeinfo for merge of r36766 into '.': U . # revisions: 36766 git-svn-id: branches/fixes_3_0@37128 -
This commit is contained in:
parent
b36dddf72f
commit
9d7775bbfe
@ -83,7 +83,9 @@
|
|||||||
|
|
||||||
|
|
||||||
INT_PTR = PtrInt;
|
INT_PTR = PtrInt;
|
||||||
|
PINT_PTR = ^INT_PTR;
|
||||||
UINT_PTR = PtrUInt;
|
UINT_PTR = PtrUInt;
|
||||||
|
PUINT_PTR = ^UINT_PTR;
|
||||||
LONG_PTR = PtrInt;
|
LONG_PTR = PtrInt;
|
||||||
ULONG_PTR = PtrUInt;
|
ULONG_PTR = PtrUInt;
|
||||||
DWORD_PTR = ULONG_PTR;
|
DWORD_PTR = ULONG_PTR;
|
||||||
|
|||||||
@ -2309,6 +2309,7 @@
|
|||||||
SC_MANAGER_MODIFY_BOOT_CONFIG = 32;
|
SC_MANAGER_MODIFY_BOOT_CONFIG = 32;
|
||||||
{ PostMessage }
|
{ PostMessage }
|
||||||
HWND_BROADCAST = HWND($FFFF);
|
HWND_BROADCAST = HWND($FFFF);
|
||||||
|
WND_MESSAGE = HWND(-3);
|
||||||
|
|
||||||
{ PrepareTape }
|
{ PrepareTape }
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user