From 4fdd1fafb2346e315009183e33c01f6fc42862be Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 10 Dec 1997 05:50:55 +0000 Subject: [PATCH] Comment out CODE and DATA statements that are apparently obsolete. --- PC/python_nt.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PC/python_nt.def b/PC/python_nt.def index 3333eaf3958..8f23848493b 100644 --- a/PC/python_nt.def +++ b/PC/python_nt.def @@ -1,6 +1,6 @@ LIBRARY Python15.dll -CODE PRELOAD MOVEABLE DISCARDABLE -DATA PRELOAD SINGLE +;CODE PRELOAD MOVEABLE DISCARDABLE +;DATA PRELOAD SINGLE EXPORTS PyCFunction_Type DATA