From: Thomas Heller Date: Thu, 13 Apr 2006 08:33:58 +0000 (+0000) Subject: Allocate the 0x1D1A0000 base adress for the _ctypes extension module. X-Git-Tag: v2.5a2~268 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f3f136b814f0d9178d1ebbfe27f3574d86f85e6;p=python Allocate the 0x1D1A0000 base adress for the _ctypes extension module. Export the COM entry point functions. Note that there are several conflicting base addresses defined for other extensions, also not all are listed in dllbase_nt.txt. --- diff --git a/PC/dllbase_nt.txt b/PC/dllbase_nt.txt index 944ef95812..c06e497e75 100644 --- a/PC/dllbase_nt.txt +++ b/PC/dllbase_nt.txt @@ -33,6 +33,7 @@ More standard extensions 1D100000 - 1e000000 - bZ2 1D170000 - 1D180000 - datetime 1D180000 - 1D190000 pyd removed in 2.4 - _csv 1D190000 - 1D1A0000 pyd removed in 2.4 + - _ctypes 1D1A0000 - 1D1B0000 Other extension modules - win32api 1e200000 - 1e220000 diff --git a/PCbuild/_ctypes.vcproj b/PCbuild/_ctypes.vcproj index 76518e6953..4990c9eb02 100644 --- a/PCbuild/_ctypes.vcproj +++ b/PCbuild/_ctypes.vcproj @@ -33,12 +33,14 @@ Name="VCCustomBuildTool"/>