mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 05:40:28 +02:00
* Fix wince/nativent
This commit is contained in:
parent
259af2d252
commit
d809b4ba98
@ -1670,7 +1670,7 @@ begin
|
||||
H:=System.FindResource(HInst,ResName,RT_RCDATA);
|
||||
if PtrInt(H)<>0 then
|
||||
try
|
||||
S:=TResourceStream.Create(HInst,ResName,PChar(RT_RCDATA));
|
||||
S:=TResourceStream.Create(HInst,ResName,RT_RCDATA);
|
||||
Proc(S);
|
||||
Exit;
|
||||
finally
|
||||
|
Loading…
Reference in New Issue
Block a user