• Victor Stinner's avatar
    [3.4] bpo-31170: Fix inclusion of expat in Windows build projects (#3785) · 8b11e8de
    Victor Stinner yazdı
    * bpo-31170: Fix inclusion of expat in Windows build projects
    Co-Authored-By: 's avatarSteve Dower <steve.dower@microsoft.com>
    
    * expat: Fix compilation on Visual Studio 2010
    
    The standard header stdbool.h is not available
    with old Visual Studio compilers
    
    Cherry-picked from libexpat commit b4b89c2ab0cc5325a41360c25ef9d2ccbe617e5c.
    
    expat: Add artificial scopes in xmltok.c utf8_toUtf8() to fix c89 compilation.
    
    Cherry-picked from libexpat commit e0b290eb3d8f4c4b45137a7d7f4f8db812145bd2
    
    * Expat: fix preprocessor defines in VS projects
    
    Remove the following defines:
    
    * BYTEORDER=1234
    * HAVE_MEMMOVE
    * USE_PYEXPAT_CAPI
    * XML_CONTEXT_BYTES=1024
    * XML_DTD
    * XML_NS
    * XML_STATIC
    
    * PCbuild/pyexpat.vcxproj: define _CRT_SECURE_NO_WARNINGS
    8b11e8de
Adı
Son kayıt (commit)
Son güncelleme
..
VS9.0 Loading commit data...
bdist_wininst Loading commit data...
icons Loading commit data...
WinMain.c Loading commit data...
_msi.c Loading commit data...
config.c Loading commit data...
dl_nt.c Loading commit data...
dllbase_nt.txt Loading commit data...
empty.c Loading commit data...
errmap.h Loading commit data...
errmap.mak Loading commit data...
frozen_dllmain.c Loading commit data...
generrmap.c Loading commit data...
getpathp.c Loading commit data...
icons.mak Loading commit data...
icons.rc Loading commit data...
launcher.c Loading commit data...
launcher.ico Loading commit data...
make_versioninfo.c Loading commit data...
msvcrtmodule.c Loading commit data...
py.ico Loading commit data...
pyc.ico Loading commit data...
pycon.ico Loading commit data...
pyconfig.h Loading commit data...
pylauncher.rc Loading commit data...
python3.def Loading commit data...
python3.mak Loading commit data...
python34gen.py Loading commit data...
python34stub.def Loading commit data...
python3dll.c Loading commit data...
python_exe.rc Loading commit data...
python_nt.rc Loading commit data...
readme.txt Loading commit data...
testpy.py Loading commit data...
winreg.c Loading commit data...
winsound.c Loading commit data...