Skip to content

Commit

Permalink
Fixed D7 build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
salvadordf committed Feb 19, 2024
1 parent 62fb06e commit 6061826
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/uWVConstants.pas
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ interface

WEBVIEW4DELPHI_INVALID_FRAMEID = 0;

{$IFDEF FPC}
{$IF NOT DECLARED(HWND_MESSAGE)}
HWND_MESSAGE = System.THandle(-3);
{$ENDIF}
{$IFEND}

implementation

Expand Down
2 changes: 1 addition & 1 deletion update_WebView4Delphi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 134,
"InternalVersion" : 135,
"Name" : "webview4delphi.lpk",
"Version" : "1.0.2277.86"
}
Expand Down

0 comments on commit 6061826

Please sign in to comment.