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
|
||||
CODE PRELOAD MOVEABLE DISCARDABLE
|
||||
DATA PRELOAD SINGLE
|
||||
;CODE PRELOAD MOVEABLE DISCARDABLE
|
||||
;DATA PRELOAD SINGLE
|
||||
|
||||
EXPORTS
|
||||
PyCFunction_Type DATA
|
||||
|
|
Loading…
Reference in New Issue