Comment out CODE and DATA statements that are apparently obsolete.

This commit is contained in:
Guido van Rossum 1997-12-10 05:50:55 +00:00
parent d666eae55a
commit 4fdd1fafb2
1 changed files with 2 additions and 2 deletions

View File

@ -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