mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-09 04:38:01 -05:00
Wrapper generators fix.
This commit is contained in:
parent
6fa1740ea7
commit
fe7ed38075
@ -99,6 +99,8 @@ begin
|
|||||||
m := TMemoryStream.Create;
|
m := TMemoryStream.Create;
|
||||||
|
|
||||||
try
|
try
|
||||||
|
Input.Text := StringReplace(Input.Text, 'extdecl;', '', [rfReplaceAll, rfIgnoreCase]);
|
||||||
|
|
||||||
Output.BeginUpdate;
|
Output.BeginUpdate;
|
||||||
Output.Clear;
|
Output.Clear;
|
||||||
Dbg.BeginUpdate;
|
Dbg.BeginUpdate;
|
||||||
|
@ -100,6 +100,8 @@ begin
|
|||||||
m := TMemoryStream.Create;
|
m := TMemoryStream.Create;
|
||||||
|
|
||||||
try
|
try
|
||||||
|
Input.Text := StringReplace(Input.Text, 'extdecl;', '', [rfReplaceAll, rfIgnoreCase]);
|
||||||
|
|
||||||
Output.BeginUpdate;
|
Output.BeginUpdate;
|
||||||
Output.Clear;
|
Output.Clear;
|
||||||
Dbg.BeginUpdate;
|
Dbg.BeginUpdate;
|
||||||
|
Loading…
Reference in New Issue
Block a user