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/methodobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Include/methodobject.h') diff --git a/Include/methodobject.h b/Include/methodobject.h index 1ef19aab46..5799a18590 100644 --- a/Include/methodobject.h +++ b/Include/methodobject.h @@ -30,7 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* Method object interface */ -extern typeobject Methodtype; +extern DL_IMPORT typeobject Methodtype; #define is_methodobject(op) ((op)->ob_type == &Methodtype) -- cgit v1.2.1