|
@@ -1945,7 +1945,7 @@ begin
|
|
end;
|
|
end;
|
|
if ResHandle=NilHandle then
|
|
if ResHandle=NilHandle then
|
|
exit;
|
|
exit;
|
|
- S:=TResourceStream.Create(NilHandle,DeltaName, PChar(RT_RCDATA));
|
|
|
|
|
|
+ S:=TResourceStream.Create(NilHandle,DeltaName, PAnsiChar(RT_RCDATA));
|
|
try
|
|
try
|
|
Proc(S);
|
|
Proc(S);
|
|
finally
|
|
finally
|