mirror of https://github.com/python/cpython.git
Comment out CODE and DATA statements that are apparently obsolete.
This commit is contained in:
parent
d666eae55a
commit
4fdd1fafb2
|
@ -1,6 +1,6 @@
|
||||||
LIBRARY Python15.dll
|
LIBRARY Python15.dll
|
||||||
CODE PRELOAD MOVEABLE DISCARDABLE
|
;CODE PRELOAD MOVEABLE DISCARDABLE
|
||||||
DATA PRELOAD SINGLE
|
;DATA PRELOAD SINGLE
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
PyCFunction_Type DATA
|
PyCFunction_Type DATA
|
||||||
|
|
Loading…
Reference in New Issue