(svn r23969) -Codechange: trunk heads to 1.3 now
This commit is contained in:
		@@ -22,7 +22,7 @@
 | 
			
		||||
 */
 | 
			
		||||
static bool CheckAPIVersion(const char *api_version)
 | 
			
		||||
{
 | 
			
		||||
	return strcmp(api_version, "1.2") == 0;
 | 
			
		||||
	return strcmp(api_version, "1.2") == 0 || strcmp(api_version, "1.3") == 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#if defined(WIN32)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user