mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 20:49:19 +02:00
* HSTR fix
This commit is contained in:
parent
ff2c9d870b
commit
0a4508fffd
@ -115,6 +115,7 @@
|
|||||||
HRGN = HANDLE;
|
HRGN = HANDLE;
|
||||||
HRSRC = HANDLE;
|
HRSRC = HANDLE;
|
||||||
HSTMT = HANDLE;
|
HSTMT = HANDLE;
|
||||||
|
HSTR = HANDLE;
|
||||||
HSZ = HANDLE;
|
HSZ = HANDLE;
|
||||||
HWINSTA = HANDLE;
|
HWINSTA = HANDLE;
|
||||||
HWND = HANDLE;
|
HWND = HANDLE;
|
||||||
@ -937,7 +938,10 @@ type
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.17 2003-04-23 11:35:00 peter
|
Revision 1.18 2003-08-20 23:12:32 marco
|
||||||
|
* HSTR fix
|
||||||
|
|
||||||
|
Revision 1.17 2003/04/23 11:35:00 peter
|
||||||
* wndproc definition fixed
|
* wndproc definition fixed
|
||||||
|
|
||||||
Revision 1.16 2003/04/01 15:37:17 peter
|
Revision 1.16 2003/04/01 15:37:17 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user