bpo-36965: include windows.h to be able to use STATUS_CONTROL_C_EXIT by erikjanss · Pull Request #13421 · python/cpython
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Conversation
erikjanss
changed the title
bpo-36965: include ntstatus.h when compiling for windows
bpo-36965: include windows.h to be able to use STATUS_CONTROL_C_EXIT
erikjanss added a commit to erikjanss/cpython that referenced this pull request
May 21, 2019…ythonGH-13421) Include windows.h rather than crtdbg.h to get STATUS_CONTROL_C_EXIT constant. Moreover, include windows.h on Windows, not only when MSC is used. (cherry picked from commit 925af1d)
erikjanss added a commit to erikjanss/cpython that referenced this pull request
May 21, 2019…lers (pythonGH-13421) Include windows.h rather than crtdbg.h to get STATUS_CONTROL_C_EXIT constant. Moreover, include windows.h on Windows, not only when MSC is used.. (cherry picked from commit 925af1d) Co-authored-by: Erik Janssens <erik.janssens@conceptive.be>
vstinner pushed a commit that referenced this pull request
May 22, 2019This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters