commit | 38eb80fb440d7b2a1495bac05ea93d3a76b8225c | [log] [tgz] |
---|---|---|
author | Ryan C. Gordon <icculus@icculus.org> | Tue Jun 06 13:12:43 2017 -0400 |
committer | Ryan C. Gordon <icculus@icculus.org> | Tue Jun 06 13:12:43 2017 -0400 |
tree | 88dcc2f5554019bb6a8130b0dc2975a9adbe2269 | |
parent | 009b6f1b017a9d5b7992262993b395e5baee8ff0 [diff] |
windows: Change the default on SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING. It's easier for Visual Studio users that want this information to turn it on or live without it, than it is to explain why every debugger that isn't Visual Studio crashes out here. Eventually SetThreadDescription() will be the thing everyone uses anyhow. Fixes Bugzilla #3645. (and several others).