Files
epics-base/documentation/new-notes/PR-518.md
Andrew Johnson 5a7b5b3709 Build RELEASE_NOTES.md from new-notes/ files
Adds new-notes files for the PRs already merged.
Future conflicts in the now-deleted RELEASE_NOTES.md file must be
turned into new-notes/PR-nnn.md files when resolving them.
2025-06-18 11:12:43 -05:00

489 B

Reduce symbol and macro pollution from epicsAtomic.h on WIN32

epicsAtomic.h no longer pulls in as many unneeded declarations and macros from windows.h. Prior to this change, including epicsAtomic.h at the wrong time could result in unexpected compiler errors. Due to the nature of windows.h, some unneeded declarations are still pulled in, however the number is greatly reduced. Code that needs these declarations should explicitly include windows.h before epicsAtomic.h.