Removed -- we now have python_nt.def
diff --git a/PC/python.def b/PC/python.def
deleted file mode 100644
index 3ac4b90..0000000
--- a/PC/python.def
+++ /dev/null
@@ -1,238 +0,0 @@
-EXPORTS
-	Py_GetCopyright
-	Py_GetVersion
-	Py_FindMethod
-	_PyObject_New
-	_PyString_Resize
-	PySys_SetArgv
-	PyObject_Cmp
-	PyObject_CallObject
-	PyObject_CallFunction
-	PyObject_CallMethod
-	PyObject_Type
-	PyObject_Length
-	PyObject_GetItem
-	PyObject_SetItem
-	PyNumber_Check
-	PyNumber_Add
-	PyNumber_Subtract
-	PyNumber_Multiply
-	PyNumber_Divide
-	PyNumber_Remainder
-	PyNumber_Divmod
-	PyNumber_Power
-	PyNumber_Negative
-	PyNumber_Positive
-	PyNumber_Absolute
-	PyNumber_Invert
-	PyNumber_Lshift
-	PyNumber_Rshift
-	PyNumber_And
-	PyNumber_Xor
-	PyNumber_Or
-	PyNumber_Int
-	PyNumber_Long
-	PyNumber_Float
-	PySequence_Check
-	PySequence_Concat
-	PySequence_Repeat
-	PySequence_GetItem
-	PySequence_GetSlice
-	PySequence_SetItem
-	PySequence_SetSlice
-	PySequence_Tuple
-	PySequence_Count
-	PySequence_In
-	PySequence_Index
-	PyMapping_Check
-	PyMapping_Length
-	PyMapping_HasKeyString
-	PyMapping_HasKey
-	PyMapping_GetItemString
-	PyMapping_SetItemString
-	PyAccess_FromValue
-	PyAccess_AsValue
-	PyAccess_SetValue
-	PyAccess_SetOwner
-	PyAccess_Clone
-	PyAccess_HasValue
-	PyEval_CallObject
-	PyEval_GetBuiltins
-	PyEval_GetGlobals
-	PyEval_GetLocals
-	PyEval_GetOwner
-	PyEval_GetFrame
-	PyEval_GetRestricted
-	Py_FlushLine
-	Py_AddPendingCall
-	Py_MakePendingCalls
-	PyEval_InitThreads
-	PyEval_SaveThread
-	PyEval_RestoreThread
-	PyArg_GetObject
-	PyArg_GetLong
-	PyArg_GetShort
-	PyArg_GetFloat
-	PyArg_GetString
-	PyClass_New
-	PyInstance_New
-	PyMethod_New
-	PyMethod_Function
-	PyMethod_Self
-	PyMethod_Class
-	PyClass_IsSubclass
-	PyNode_Compile
-	PyCode_New
-	PyErr_SetNone
-	PyErr_SetObject
-	PyErr_SetString
-	PyErr_Occurred
-	PyErr_Clear
-	PyErr_Fetch
-	PyErr_Restore
-	PyErr_BadArgument
-	PyErr_NoMemory
-	PyErr_SetFromErrno
-	PyErr_BadInternalCall
-	PyErr_CheckSignals
-	PyEval_EvalCode
-	PyFile_FromFile
-	PyFile_FromString
-	PyFile_SetBufSize
-	PyFile_AsFile
-	PyFile_Name
-	PyFile_GetLine
-	PyFloat_FromDouble
-	PyFloat_AsDouble
-	PyFrame_BlockSetup
-	PyFrame_BlockPop
-	PyFrame_LocalsToFast
-	PyFrame_FastToLocals
-	PyFunction_New
-	PyFunction_GetCode
-	PyFunction_GetGlobals
-	PyFunction_GetDefaults
-	PyFunction_SetDefaults
-	PyGrammar_FindDFA
-	PyGrammar_LabelRepr
-	PyGrammar_AddAccelerators
-	PyImport_GetMagicNumber
-	PyImport_ExecCodeModule
-	PyImport_GetModuleDict
-	PyImport_AddModule
-	PyImport_ImportModule
-	PyImport_ImportFrozenModule
-	PyImport_FrozenModules
-	PyImport_ReloadModule
-	PyImport_Cleanup
-	PyInt_FromLong
-	PyInt_AsLong
-	PyOS_InterruptOccurred
-	PyOS_InitInterrupts
-	PyList_New
-	PyList_Size
-	PyList_GetItem
-	PyList_SetItem
-	PyList_Insert
-	PyList_Append
-	PyList_GetSlice
-	PyList_SetSlice
-	PyList_Sort
-	PyList_Reverse
-	PyList_AsTuple
-	PyLong_FromLong
-	PyLong_FromDouble
-	PyLong_AsLong
-	PyLong_AsDouble
-	PyLong_FromString
-	PyDict_New
-	PyDict_GetItem
-	PyDict_SetItem
-	PyDict_DelItem
-	PyDict_Clear
-	PyDict_Keys
-	PyDict_Values
-	PyDict_Items
-	PyDict_Size
-	PyDict_GetItemString
-	PyDict_SetItemString
-	PyDict_DelItemString
-	PyMarshal_WriteLongToFile
-	PyMarshal_WriteObjectToFile
-	PyMarshal_ReadLongFromFile
-	PyMarshal_ReadObjectFromFile
-	PyMarshal_ReadObjectFromString
-	PyCFunction_GetFunction
-	PyCFunction_GetSelf
-	PyCFunction_GetFlags
-	PyArg_Parse
-	PyArg_ParseTuple
-	Py_BuildValue
-	Py_VaBuildValue
-	Py_InitModule4
-	PyModule_New
-	PyModule_GetDict
-	PyModule_GetName
-	PyNode_New
-	PyNode_AddChild
-	PyNode_Free
-	PyObject_Print
-	PyObject_Repr
-	PyObject_Str
-	PyObject_Compare
-	PyObject_GetAttrString
-	PyObject_SetAttrString
-	PyObject_HasAttrString
-	PyObject_GetAttr
-	PyObject_SetAttr
-	PyObject_Hash
-	PyObject_IsTrue
-	PyCallable_Check
-	PyParser_ParseString
-	PyParser_ParseFile
-	Py_FatalError
-	Py_Initialize
-	PyRun_AnyFile
-	PyRun_SimpleString
-	PyRun_SimpleFile
-	PyRun_InteractiveOne
-	PyRun_InteractiveLoop
-	PyParser_SimpleParseString
-	PyParser_SimpleParseFile
-	PyRun_String
-	PyRun_File
-	Py_CompileString
-	PyErr_Print
-	Py_AtExit
-	Py_Exit
-	Py_Cleanup
-	PyRange_New
-	PyString_FromStringAndSize
-	PyString_FromString
-	PyString_Size
-	PyString_AsString
-	PyString_Concat
-	PyString_ConcatAndDel
-	PyString_Format
-	PyMember_Get
-	PyMember_Set
-	PySys_GetObject
-	PySys_SetObject
-	PySys_GetFile
-	PySys_Init
-	PyToken_OneChar
-	PyToken_TwoChars
-	PyTraceBack_Here
-	PyTraceBack_Fetch
-	PyTraceBack_Store
-	PyTraceBack_Print
-	PyTuple_New
-	PyTuple_Size
-	PyTuple_GetItem
-	PyTuple_SetItem
-	PyTuple_GetSlice
-	Py_Main
-	PySlice_Type DATA
-	PySlice_New
-	PySlice_GetIndices
-	Py_GetProgramName