mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.
This commit is contained in:
parent
74a1e63a89
commit
a44923fbfe
9 changed files with 0 additions and 83 deletions
|
@ -36,12 +36,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include <ToolUtils.h>
|
||||
#include <OSUtils.h>
|
||||
|
||||
#ifndef HAVE_UNIVERSAL_HEADERS
|
||||
#define ConnectionCompletionUPP ProcPtr
|
||||
#define ConnectionChooseIdleUPP ProcPtr
|
||||
#define NewConnectionCompletionProc(x) (x)
|
||||
#define NewConnectionChooseIdleProc(x) (x)
|
||||
#endif
|
||||
|
||||
#define _UnimplementedToolTrap 0xA89F
|
||||
#define _CommToolboxTrap 0x8B
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue