Skip to content

Commit

Permalink
* D7
Browse files Browse the repository at this point in the history
  • Loading branch information
ymofen@diocp.org committed Dec 15, 2016
1 parent 68b62ad commit 9c1b699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utils_async.pas
Expand Up @@ -95,7 +95,7 @@ function AtomicDecrement(var Target: Integer): Integer;{$IFDEF HAVE_INLINE} inli
{$IFEND <XE5}

{$IFDEF LOW_VER}
function TryEnterCriticalSection; external 'kernel32.dll' name 'TryEnterCriticalSection';
//function TryEnterCriticalSection(var lpCriticalSection: TRTLCriticalSection): BOOL; external 'kernel32.dll' name 'TryEnterCriticalSection';
{$ENDIF}

function GetCPUCount: Integer;
Expand Down

0 comments on commit 9c1b699

Please sign in to comment.