capitalize few windows constants

git-svn-id: trunk@13984 -
This commit is contained in:
paul 2008-02-06 02:27:54 +00:00
parent 0d2554b287
commit 4de32f3116

View File

@ -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