mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
879768dd97
and the DOS error code in errno. Revert changes where WindowsError catch blocks unnecessarily special-case OSError.
6 lines
95 B
Makefile
6 lines
95 B
Makefile
errmap.h: generrmap.exe
|
|
.\generrmap.exe > errmap.h
|
|
|
|
genermap.exe: generrmap.c
|
|
cl generrmap.c
|