LCL-Win32 and CustomDrawn: cleaned up SHGFI_* constants, patch by lagprogramming, issue

This commit is contained in:
Maxim Ganetsky 2024-01-03 03:40:34 +03:00
parent 3b5bda9882
commit f23c89a10d
3 changed files with 1 additions and 7 deletions

View File

@ -375,9 +375,6 @@ var
const
SIID_SHIELD = 77;
SHGFI_SMALLICON = $000000001;
SHGFI_LARGEICON = $000000000;
SHGFI_ICON = $000000100;
type
//64bit safe Timer functions and callback

View File

@ -229,9 +229,6 @@ var
const
SIID_SHIELD = 77;
SHGFI_SMALLICON = $000000001;
SHGFI_LARGEICON = $000000000;
SHGFI_ICON = $000000100;
type
//64bit safe Timer functions and callback

View File

@ -8,7 +8,7 @@ interface
uses
// os
Windows, UxTheme, Win32Proc, Win32Extra, Win32Int,
ShellApi, Windows, UxTheme, Win32Proc, Win32Extra, Win32Int,
// rtl
Classes, SysUtils,
// lcl