summaryrefslogtreecommitdiff
path: root/plugins/HistoryPlusPlus/hpp_richedit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_richedit.pas')
-rw-r--r--plugins/HistoryPlusPlus/hpp_richedit.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_richedit.pas b/plugins/HistoryPlusPlus/hpp_richedit.pas
index 73f045a6bb..2c5fd78228 100644
--- a/plugins/HistoryPlusPlus/hpp_richedit.pas
+++ b/plugins/HistoryPlusPlus/hpp_richedit.pas
@@ -1139,7 +1139,7 @@ begin
end;
end;
-function RichEditStreamLoad(dwCookie: Longint; pbBuff: PByte; cb: Longint; var pcb: Longint): Longint; stdcall;
+function RichEditStreamLoad(dwCookie: LPARAM; pbBuff: PByte; cb: Longint; var pcb: Longint): Longint; stdcall;
var
pBuff: PAnsiChar;
begin
@@ -1156,7 +1156,7 @@ begin
Result := 0;
end;
-function RichEditStreamSave(dwCookie: Longint; pbBuff: PByte; cb: Longint; var pcb: Longint): Longint; stdcall;
+function RichEditStreamSave(dwCookie: LPARAM; pbBuff: PByte; cb: Longint; var pcb: Longint): Longint; stdcall;
var
prevSize: Integer;
begin