mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 01:39:25 +02:00
capitalize few windows constants
git-svn-id: trunk@13984 -
This commit is contained in:
parent
0d2554b287
commit
4de32f3116
@ -218,10 +218,10 @@ const
|
|||||||
//------------
|
//------------
|
||||||
// Draw frame control flags
|
// Draw frame control flags
|
||||||
//------------
|
//------------
|
||||||
dfc_Caption = $01;
|
DFC_CAPTION = $01;
|
||||||
dfc_Menu = $02;
|
DFC_MENU = $02;
|
||||||
dfc_Scroll = $03;
|
DFC_SCROLL = $03;
|
||||||
dfc_Button = $04;
|
DFC_BUTTON = $04;
|
||||||
|
|
||||||
//------------
|
//------------
|
||||||
// Draw frame control Styles
|
// Draw frame control Styles
|
||||||
|
Loading…
Reference in New Issue
Block a user