mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 09:09:32 +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
|
||||
//------------
|
||||
dfc_Caption = $01;
|
||||
dfc_Menu = $02;
|
||||
dfc_Scroll = $03;
|
||||
dfc_Button = $04;
|
||||
DFC_CAPTION = $01;
|
||||
DFC_MENU = $02;
|
||||
DFC_SCROLL = $03;
|
||||
DFC_BUTTON = $04;
|
||||
|
||||
//------------
|
||||
// Draw frame control Styles
|
||||
|
Loading…
Reference in New Issue
Block a user