Staging
v0.5.1
https://github.com/python/cpython
Revision 331b2dfadb2a5dd990145c043d006166e568af7b authored by Miss Islington (bot) on 25 May 2020, 15:11:39 UTC, committed by GitHub on 25 May 2020, 15:11:39 UTC
(cherry picked from commit ef16958d17e83723334a51428f410f726d6492a7)

Co-authored-by: Miro HronĨok <miro@hroncok.cz>
1 parent 907ee1f
Raw File
Tip revision: 331b2dfadb2a5dd990145c043d006166e568af7b authored by Miss Islington (bot) on 25 May 2020, 15:11:39 UTC
bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
Tip revision: 331b2df
errmap.mak
errmap.h:	generrmap.exe
	.\generrmap.exe > errmap.h

genermap.exe:	generrmap.c
	cl generrmap.c
back to top