From e89bc75048d0142859379b2b92e77d984fdbef6e Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 18 Aug 1994 16:18:13 +0000 Subject: Changes for dynamic linking under NT --- Include/floatobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Include/floatobject.h') diff --git a/Include/floatobject.h b/Include/floatobject.h index 1d0484fd18..f6999bd236 100644 --- a/Include/floatobject.h +++ b/Include/floatobject.h @@ -39,7 +39,7 @@ typedef struct { double ob_fval; } floatobject; -extern typeobject Floattype; +extern DL_IMPORT typeobject Floattype; #define is_floatobject(op) ((op)->ob_type == &Floattype) -- cgit v1.2.1