Skip to content
Snippets Groups Projects
Commit 198ec321 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Define LINK_LIST_THREADSAFE so sbbsctrl doesn't crash in ntdll.dll

Regression introduced in commit cf992d8a

sbbs.h defines this macro and now that we're not #including it in
ctrl/*.cpp, we need it define in the project file.

Fixes issue reported by BrokenMind
parent 84109375
No related branches found
No related tags found
No related merge requests found
Pipeline #8571 passed
......@@ -48,7 +48,7 @@
<DEBUGLIBPATH value="$(BCB)\lib\debug"/>
<RELEASELIBPATH value="$(BCB)\lib\release"/>
<LINKER value="ilink32"/>
<USERDEFINES value="SBBS;RINGBUF_MUTEX;RINGBUF_EVENT;USE_CRYPTLIB;_DEBUG"/>
<USERDEFINES value="SBBS;LINK_LIST_THREADSAFE;RINGBUF_MUTEX;RINGBUF_EVENT;USE_CRYPTLIB;_DEBUG"/>
<SYSDEFINES value="NO_STRICT;_VIS_NOLIB"/>
<MAINSOURCE value="sbbsctrl.cpp"/>
<INCLUDEPATH value="..\;..;$(BCB)\Projects;..\..\xpdev;..\..\smblib;..\..\hash;$(BCB)\include;$(BCB)\include\vcl;..\..\..\3rdp\win32.release\cryptlib\include;..\..\comio;..\..\sftp"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment