Merge remote-tracking branch 'xiaoqiang/7.0' into PSI-7.0

This commit is contained in:
2025-03-03 17:14:20 +01:00
9 changed files with 351 additions and 287 deletions

View File

@@ -48,6 +48,7 @@
* Enable format-string checking if compiler supports it (if msvc is 2015 or newer)
*/
#if _MSC_VER >= 1900
# include <sal.h>
# define EPICS_PRINTF_FMT(a) _Printf_format_string_ a
#endif