SIGN IN SIGN UP

Issue #23152: Move declarations back to posixmodule.c.

Declarations of Windows-specific auxilary functions need Windows types
from windows.h.  Instead of including windows.h in Python.h and making
it available to all Windows users, it is simpler and safer just move
declarations to the single file that needs them.
S
Serhiy Storchaka committed
06a13f81ea6293b9aa516a7b2f07f217f8cabb01
Parent: 12ebbc7