mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 11:09:38 +02:00
LCL-Win32 and CustomDrawn: cleaned up SHGFI_* constants, patch by lagprogramming, issue #40674
This commit is contained in:
parent
3b5bda9882
commit
f23c89a10d
lcl/interfaces
@ -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
|
||||
|
@ -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
|
||||
|
@ -8,7 +8,7 @@ interface
|
||||
|
||||
uses
|
||||
// os
|
||||
Windows, UxTheme, Win32Proc, Win32Extra, Win32Int,
|
||||
ShellApi, Windows, UxTheme, Win32Proc, Win32Extra, Win32Int,
|
||||
// rtl
|
||||
Classes, SysUtils,
|
||||
// lcl
|
||||
|
Loading…
Reference in New Issue
Block a user