mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 22:07:56 +02:00
* Add some missing pointer declarations and HWND_MESSAGE (bug ID 30450)
git-svn-id: trunk@36766 -
This commit is contained in:
parent
3b5d532ab5
commit
b1f2b6aeb9
@ -83,7 +83,9 @@
|
||||
|
||||
|
||||
INT_PTR = PtrInt;
|
||||
PINT_PTR = ^INT_PTR;
|
||||
UINT_PTR = PtrUInt;
|
||||
PUINT_PTR = ^UINT_PTR;
|
||||
LONG_PTR = PtrInt;
|
||||
ULONG_PTR = PtrUInt;
|
||||
DWORD_PTR = ULONG_PTR;
|
||||
|
@ -2309,6 +2309,7 @@
|
||||
SC_MANAGER_MODIFY_BOOT_CONFIG = 32;
|
||||
{ PostMessage }
|
||||
HWND_BROADCAST = HWND($FFFF);
|
||||
WND_MESSAGE = HWND(-3);
|
||||
|
||||
{ PrepareTape }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user