Staging
v0.5.1
https://github.com/python/cpython
Revision 3048ae15e71222e9d882270b64f7a2d1b25ae448 authored by Gregory P. Smith on 12 February 2009, 21:13:48 UTC, committed by Gregory P. Smith on 12 February 2009, 21:13:48 UTC
  supporting objects as input no matter how it was compiled (built in
  implementations or external openssl library).
1 parent d1205ee
Raw File
Tip revision: 3048ae15e71222e9d882270b64f7a2d1b25ae448 authored by Gregory P. Smith on 12 February 2009, 21:13:48 UTC
- Issue #3745: Fix hashlib to always reject unicode and non buffer-api
Tip revision: 3048ae1
sqlite3.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="sqlite3"
	InheritedPropertySheets=".\pyproject.vsprops"
	>
	<Tool
		Name="VCCLCompilerTool"
		AdditionalIncludeDirectories="$(sqlite3Dir)"
		PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)"
		WarningLevel="1"
	/>
</VisualStudioPropertySheet>
back to top