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.
8 lines
489 B
Markdown
8 lines
489 B
Markdown
### 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`.
|