mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 21:39:12 +02:00
LCL-Win32 and CustomDrawn: cleaned up SHGFI_* constants, patch by lagprogramming, issue #40674
This commit is contained in:
parent
3b5bda9882
commit
f23c89a10d
@ -375,9 +375,6 @@ var
|
|||||||
|
|
||||||
const
|
const
|
||||||
SIID_SHIELD = 77;
|
SIID_SHIELD = 77;
|
||||||
SHGFI_SMALLICON = $000000001;
|
|
||||||
SHGFI_LARGEICON = $000000000;
|
|
||||||
SHGFI_ICON = $000000100;
|
|
||||||
|
|
||||||
type
|
type
|
||||||
//64bit safe Timer functions and callback
|
//64bit safe Timer functions and callback
|
||||||
|
@ -229,9 +229,6 @@ var
|
|||||||
|
|
||||||
const
|
const
|
||||||
SIID_SHIELD = 77;
|
SIID_SHIELD = 77;
|
||||||
SHGFI_SMALLICON = $000000001;
|
|
||||||
SHGFI_LARGEICON = $000000000;
|
|
||||||
SHGFI_ICON = $000000100;
|
|
||||||
|
|
||||||
type
|
type
|
||||||
//64bit safe Timer functions and callback
|
//64bit safe Timer functions and callback
|
||||||
|
@ -8,7 +8,7 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
// os
|
// os
|
||||||
Windows, UxTheme, Win32Proc, Win32Extra, Win32Int,
|
ShellApi, Windows, UxTheme, Win32Proc, Win32Extra, Win32Int,
|
||||||
// rtl
|
// rtl
|
||||||
Classes, SysUtils,
|
Classes, SysUtils,
|
||||||
// lcl
|
// lcl
|
||||||
|
Loading…
Reference in New Issue
Block a user