mORMot and Open Source friends
Check-in [c6077693a1]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:{5439} fixed NOSETTHREADNAME compilation
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: c6077693a1279b413c2327c65158e902846ea710
User & Date: ab 2020-02-06 20:21:15
Context
2020-02-06
20:23
{5440} enhanced GetMimeContentTypeFromBuffer/GetMimeContentType check-in: c277851f37 user: ab tags: trunk
20:21
{5439} fixed NOSETTHREADNAME compilation check-in: c6077693a1 user: ab tags: trunk
20:20
{5438} new IsVoid() and IdemFileExts() functions check-in: c47253e229 user: ab tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to SynCommons.pas.

64302
64303
64304
64305
64306
64307
64308
64309
64310
64311
64312
64313
64314
64315
64316
64317
  info.FThreadID := ThreadID;
  info.FFlags := 0;
  try
    RaiseException($406D1388,0,SizeOf(info) div SizeOf(LongWord),@info);
  except {ignore} end;
  {$endif MSWINDOWS}
  {$endif ISDELPHIXE2}
{$else}
begin
{$endif NOSETTHREADNAME}
{$endif FPC}
end;


{ MultiEvent* functions }







<
<







64302
64303
64304
64305
64306
64307
64308


64309
64310
64311
64312
64313
64314
64315
  info.FThreadID := ThreadID;
  info.FFlags := 0;
  try
    RaiseException($406D1388,0,SizeOf(info) div SizeOf(LongWord),@info);
  except {ignore} end;
  {$endif MSWINDOWS}
  {$endif ISDELPHIXE2}


{$endif NOSETTHREADNAME}
{$endif FPC}
end;


{ MultiEvent* functions }

Changes to SynopseCommit.inc.

1
'1.18.5438'
|
1
'1.18.5439'