mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 14:20:38 +02:00
TaskDialog: Win32 WS: comment out unused const definition.
This commit is contained in:
parent
65106f1e28
commit
0f6b5606ed
@ -1809,8 +1809,8 @@ var
|
||||
mrOk, mrYes, mrNo, mrCancel, mrRetry, mrAbort);
|
||||
//TD_ICONS: array[TLCLTaskDialogIcon] of integer = (
|
||||
// 0 {tiBlank}, 84 {tiWarning}, 99 {tiQuestion}, 98 {tiError}, 81 {tiInformation}, 0 {tiNotUsed}, 78 {tiShield});
|
||||
TD_FOOTERICONS: array[TLCLTaskDialogFooterIcon] of integer = (
|
||||
0 {tfiBlank}, 84 {tfiWarning}, 99 {tfiQuestion}, 98 {tfiError}, 65533 {tfiInformation}, 65532 {tfiShield});
|
||||
//TD_FOOTERICONS: array[TLCLTaskDialogFooterIcon] of integer = (
|
||||
// 0 {tfiBlank}, 84 {tfiWarning}, 99 {tfiQuestion}, 98 {tfiError}, 65533 {tfiInformation}, 65532 {tfiShield});
|
||||
|
||||
TD_QUESTION_ICON = MAKEINTRESOURCEW(Word(32514)); //source: https://www.vbarchiv.net/tipps/tipp_2224-vista-taskdialogindirect.html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user