Skip to content

Commit

Permalink
Added UseCThreads compiler definition to the demo application.
Browse files Browse the repository at this point in the history
  • Loading branch information
pragmaticlinuxblog committed Apr 1, 2022
1 parent 97d494d commit ea0fc97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions demo/SocketCanDemo.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@
</Win32>
</Options>
</Linking>
<Other>
<CustomOptions Value="-dUseCThreads"/>
<OtherDefines Count="1">
<Define0 Value="UseCThreads"/>
</OtherDefines>
</Other>
</CompilerOptions>
<Debugging>
<Exceptions Count="3">
Expand Down
3 changes: 3 additions & 0 deletions demo/SocketCanDemo.lps
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
<UsageCount Value="10"/>
</Unit8>
</Units>
<OtherDefines Count="1">
<Define0 Value="UseCThreads"/>
</OtherDefines>
<JumpHistory Count="21" HistoryIndex="20">
<Position1>
<Filename Value="mainunit.pas"/>
Expand Down

0 comments on commit ea0fc97

Please sign in to comment.