From 63755a6bb1e812c6a3b40b158dded0aed326bf77 Mon Sep 17 00:00:00 2001 From: Jesus Cea Date: Fri, 5 Oct 2012 01:04:27 +0200 Subject: #16135: Removal of OS/2 support (I) --- Python/importdl.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Python/importdl.h') diff --git a/Python/importdl.h b/Python/importdl.h index 6b9cf750a4..6a51a91d2c 100644 --- a/Python/importdl.h +++ b/Python/importdl.h @@ -18,13 +18,8 @@ extern PyObject *_PyImport_LoadDynamicModule(PyObject *name, PyObject *pathname, #include typedef FARPROC dl_funcptr; #else -#if defined(PYOS_OS2) && !defined(PYCC_GCC) -#include -typedef int (* APIENTRY dl_funcptr)(); -#else typedef void (*dl_funcptr)(void); #endif -#endif #ifdef __cplusplus -- cgit v1.2.1