Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.

This commit is contained in:
Mark Hammond 2002-07-19 06:55:41 +00:00
parent b88169819c
commit 8235ea1c3a
12 changed files with 209 additions and 256 deletions

View file

@ -7,11 +7,6 @@
#include "Python.h"
/* pyconfig.h may or may not define DL_IMPORT */
#ifndef DL_IMPORT /* declarations for DLL import/export */
#define DL_IMPORT(RTYPE) RTYPE
#endif
#ifndef DONT_HAVE_STDIO_H
#include <stdio.h>
#endif