mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 04:49:20 +02:00
* fix #41325 stylistic comment to make IID constants writeonly
This commit is contained in:
parent
5d72473ca1
commit
63fc571211
@ -99,6 +99,7 @@ type
|
||||
POleColor = LPOle_Color;
|
||||
HHandle = UINT_PTR;
|
||||
|
||||
{$PUSH}{$WRITABLECONST OFF}
|
||||
CONST
|
||||
GUID_NULL : TGUID = '{00000000-0000-0000-0000-000000000000}';
|
||||
IID_IPrint : TGUID = '{B722BCC9-4E68-101B-A2BC-00AA00404770}';
|
||||
@ -186,7 +187,7 @@ CONST
|
||||
IID_IOleCache2 : TGUID = '{00000128-0000-0000-C000-000000000046}';
|
||||
IID_IOleCacheControl : TGUID = '{00000129-0000-0000-C000-000000000046}';
|
||||
IID_IOleItemContainer : TGUID = '{0000011C-0000-0000-C000-000000000046}';
|
||||
|
||||
{$POP}
|
||||
|
||||
// bit flags for IExternalConnection
|
||||
CONST
|
||||
|
Loading…
Reference in New Issue
Block a user