LCL-Win32: adjusted FPC version define

This commit is contained in:
Maxim Ganetsky 2023-12-01 02:00:21 +03:00
parent 120d66d06e
commit 8e2954328e

View File

@ -57,11 +57,11 @@ type
// ===================== Task Dialog =========================
//Not yet defined in fpc 3.2.2, addded in fpc 3.3.1
{$if fpc_fullversion < 30301}
//Not yet defined in fpc 3.2.2, addded in fpc 3.2.3
{$if fpc_fullversion < 30203}
const
TD_QUESTION_ICON = MAKEINTRESOURCEW(Word(32514)); //source: https://www.vbarchiv.net/tipps/tipp_2224-vista-taskdialogindirect.html
{$endif fpc_fullversion < 30301}
{$endif fpc_fullversion < 30203}
// ==================== End TaskDialog =======================