mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
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
|