Commit 7b29998
committed
Added conditional compilation for SetThreadDescription
Older versions of Windows don't support SetThreadDescription.
When building an ACE library that needs to be compatible with these,
set ACE_LACKS_SETTHREADDESCRIPTION in config.h.
This can't be determined from the Windows headers which
include SetThreadDescription unconditionally.1 parent 509f4be commit 7b29998
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4113 | 4113 | | |
4114 | 4114 | | |
4115 | 4115 | | |
| 4116 | + | |
4116 | 4117 | | |
4117 | 4118 | | |
4118 | 4119 | | |
4119 | 4120 | | |
| 4121 | + | |
4120 | 4122 | | |
4121 | 4123 | | |
4122 | 4124 | | |
| |||
0 commit comments