Staging
v0.5.1
https://github.com/python/cpython
Revision 3d08f25acfae4dfc058c850899b35d84cdd10d04 authored by Terry Jan Reedy on 09 March 2013, 00:35:15 UTC, committed by Terry Jan Reedy on 09 March 2013, 00:35:15 UTC
1 parent a7b584b
Raw File
Tip revision: 3d08f25acfae4dfc058c850899b35d84cdd10d04 authored by Terry Jan Reedy on 09 March 2013, 00:35:15 UTC
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
Tip revision: 3d08f25
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