Changes for dynamic linking under NT

This commit is contained in:
Guido van Rossum 1994-08-18 16:18:13 +00:00
parent 14aa5da824
commit e89bc75048
21 changed files with 72 additions and 59 deletions

View file

@ -30,7 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* Module object interface */
extern typeobject Moduletype;
extern DL_IMPORT typeobject Moduletype;
#define is_moduleobject(op) ((op)->ob_type == &Moduletype)