Skip to content

Commit 893dd07

Browse files
author
outchy
committed
Mantis 5480: Double declaration of VersionResourceAvailable.
1 parent 38f400b commit 893dd07

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

jcl/source/common/JclBase.pas

+7-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,13 @@ EJclAddr64Exception = class(EJclError);
321321
function Addr64ToAddr32(const Value: TJclAddr64): TJclAddr32;
322322
function Addr32ToAddr64(const Value: TJclAddr32): TJclAddr64;
323323

324-
{$IFDEF SUPPORTS_GENERICS}
324+
{$IFDEF FPC}
325+
type
326+
HWND = type Windows.HWND;
327+
HMODULE = type Windows.HMODULE;
328+
{$ENDIF FPC}
329+
330+
{$IFDEF SUPPORTS_GENERICS}
325331
//DOM-IGNORE-BEGIN
326332

327333
type

0 commit comments

Comments
 (0)