mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Fix --disable-unicode compilation problems.
This commit is contained in:
parent
ceeb9627c1
commit
0073f2e428
2 changed files with 9 additions and 0 deletions
|
|
@ -22,6 +22,11 @@ standardized by the C Standard and the POSIX standard (a thinly\n\
|
|||
disguised Unix interface). Refer to the library manual and\n\
|
||||
corresponding Unix manual entries for more information on calls.");
|
||||
|
||||
#ifndef Py_USING_UNICODE
|
||||
/* This is used in signatures of functions. */
|
||||
#define Py_UNICODE void
|
||||
#endif
|
||||
|
||||
#if defined(PYOS_OS2)
|
||||
#define INCL_DOS
|
||||
#define INCL_DOSERRORS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue