- Timestamp:
- Dec 11, 2015, 5:21:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk/Python/importdl.h
r391 r604 40 40 #else 41 41 #if defined(PYOS_OS2) && !defined(PYCC_GCC) 42 #include <os2 def.h>43 typedef int (* APIENTRY dl_funcptr)( );42 #include <os2.h> 43 typedef int (* APIENTRY dl_funcptr)(void); 44 44 #else 45 45 typedef void (*dl_funcptr)(void);
Note:
See TracChangeset
for help on using the changeset viewer.