File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ extern void inittime(void);
3333extern void initthread (void );
3434extern void initcStringIO (void );
3535extern void initcPickle (void );
36- extern void initpcre (void );
3736#ifdef WIN32
3837extern void initmsvcrt (void );
3938extern void init_locale (void );
@@ -123,7 +122,6 @@ struct _inittab _PyImport_Inittab[] = {
123122#endif
124123 {"cStringIO" , initcStringIO },
125124 {"cPickle" , initcPickle },
126- {"pcre" , initpcre },
127125#ifdef WIN32
128126 {"msvcrt" , initmsvcrt },
129127 {"_locale" , init_locale },
Original file line number Diff line number Diff line change 17761776 PreprocessorDefinitions=" _DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)" />
17771777 </FileConfiguration >
17781778 </File >
1779- <File
1780- RelativePath=" ..\Modules\pcremodule.c" >
1781- <FileConfiguration
1782- Name=" Release|Win32" >
1783- <Tool
1784- Name=" VCCLCompilerTool"
1785- Optimization=" 2"
1786- AdditionalIncludeDirectories=" "
1787- PreprocessorDefinitions=" NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)" />
1788- </FileConfiguration >
1789- <FileConfiguration
1790- Name=" Debug|Win32" >
1791- <Tool
1792- Name=" VCCLCompilerTool"
1793- Optimization=" 0"
1794- AdditionalIncludeDirectories=" "
1795- PreprocessorDefinitions=" _DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)" />
1796- </FileConfiguration >
1797- </File >
17981779 <File
17991780 RelativePath=" ..\Modules\posixmodule.c" >
18001781 <FileConfiguration
18331814 PreprocessorDefinitions=" _DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)" />
18341815 </FileConfiguration >
18351816 </File >
1836- <File
1837- RelativePath=" ..\Modules\pypcre.c" >
1838- <FileConfiguration
1839- Name=" Release|Win32" >
1840- <Tool
1841- Name=" VCCLCompilerTool"
1842- Optimization=" 2"
1843- AdditionalIncludeDirectories=" "
1844- PreprocessorDefinitions=" NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)" />
1845- </FileConfiguration >
1846- <FileConfiguration
1847- Name=" Debug|Win32" >
1848- <Tool
1849- Name=" VCCLCompilerTool"
1850- Optimization=" 0"
1851- AdditionalIncludeDirectories=" "
1852- PreprocessorDefinitions=" _DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)" />
1853- </FileConfiguration >
1854- </File >
18551817 <File
18561818 RelativePath=" ..\Python\pystate.c" >
18571819 <FileConfiguration
You can’t perform that action at this time.
0 commit comments