-
- Downloads
New MSVC property sheet for Multi-threaded XPDEV builds and usage:
defines XPDEV_THREAD_SAFE (not currently used in Windows builds) and LINK_LIST_THREADSAFE (notice the inconsistent use of underscore :-) Use of this property sheet fixes the problem with the terminal server global variable 'uptime' getting corrupted when jsrt_GetNew() called listInit() from js_rtpool.c which didn't #include sbbs.h and therefore had a different idea about the size of link_list_t and thus corrupted the global data region (zeroing out the 'uptime' variable, probably amonst other important things).
Showing
- src/sbbs3/ftpsrvr.vcxproj 2 additions, 0 deletionssrc/sbbs3/ftpsrvr.vcxproj
- src/sbbs3/mailsrvr.vcxproj 2 additions, 0 deletionssrc/sbbs3/mailsrvr.vcxproj
- src/sbbs3/sbbs.vcxproj 2 additions, 0 deletionssrc/sbbs3/sbbs.vcxproj
- src/sbbs3/services.vcxproj 2 additions, 0 deletionssrc/sbbs3/services.vcxproj
- src/sbbs3/websrvr.vcxproj 2 additions, 0 deletionssrc/sbbs3/websrvr.vcxproj
Loading
Please register or sign in to comment