mirror of
				https://github.com/sqlite/sqlite.git
				synced 2025-11-03 16:53:36 +03:00 
			
		
		
		
	Changes to allow libsqlite3.a and libsqlite.a to be both linked into the
same program at the same time. (CVS 1621) FossilOrigin-Name: 2590fffcaa92adc619f7a927d2b5169d8dfef50a
This commit is contained in:
		@@ -800,7 +800,7 @@ char *sqlite3_snprintf(int n, char *zBuf, const char *zFormat, ...){
 | 
			
		||||
  return z;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#ifndef NDEBUG
 | 
			
		||||
#if defined(SQLITE_TEST)
 | 
			
		||||
/*
 | 
			
		||||
** A version of printf() that understands %lld.  Used for debugging.
 | 
			
		||||
** The printf() built into some versions of windows does not understand %lld
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user