Skip to content

Commit

Permalink
merge with main rep, hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Makhaon committed Dec 17, 2018
1 parent 45eea3a commit 201b074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jcl/source/common/JclSysUtils.pas
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ function IntToStrZeroPad(Value, Count: Integer): string;
TTextHandler = procedure(const Text: string) of object;
TJclProcessPriority = (ppIdle, ppNormal, ppHigh, ppRealTime, ppBelowNormal, ppAboveNormal);
{$IFNDEF MSWINDOWS}
TJclEvent = TEvent
TJclEvent = TEvent;
{$ENDIF MSWINDOWS}

const
Expand Down
1 change: 1 addition & 0 deletions jcl/source/include/jclfpc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,5 @@
{$IFDEF RTL93_UP} {$DEFINE RTL90_UP} {$ENDIF}
{$IFDEF RTL90_UP} {$DEFINE RTL80_UP} {$ENDIF}
{$DEFINE HAS_TOSTRING}
{$DEFINE THREADSAFE}

0 comments on commit 201b074

Please sign in to comment.