Fix --disable-unicode compilation problems.

This commit is contained in:
Martin v. Löwis 2002-11-21 23:52:35 +00:00
parent ceeb9627c1
commit 0073f2e428
2 changed files with 9 additions and 0 deletions

View file

@ -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