diff options
| author | Guido van Rossum <guido@python.org> | 1997-12-10 05:50:55 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1997-12-10 05:50:55 +0000 |
| commit | 4fdd1fafb2346e315009183e33c01f6fc42862be (patch) | |
| tree | c7a2aa26f8d4af8e7c1de838775fdcd01a5c0f92 /PC/python_nt.def | |
| parent | d666eae55a13e464ced79d2a0563700183563019 (diff) | |
| download | cpython-git-4fdd1fafb2346e315009183e33c01f6fc42862be.tar.gz | |
Comment out CODE and DATA statements that are apparently obsolete.
Diffstat (limited to 'PC/python_nt.def')
| -rw-r--r-- | PC/python_nt.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/python_nt.def b/PC/python_nt.def index 3333eaf395..8f23848493 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 |
