|  | @@ -267,19 +267,6 @@ environment:
 | 
	
		
			
				|  |  |        platform: x64
 | 
	
		
			
				|  |  |        APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
 | 
	
		
			
				|  |  |      # Visual Studio 2019
 | 
	
		
			
				|  |  | -    - id: Full-VS2019-x86
 | 
	
		
			
				|  |  | -      compiler: msvc-21-seh
 | 
	
		
			
				|  |  | -      build_shared: NO
 | 
	
		
			
				|  |  | -      no_files: NO
 | 
	
		
			
				|  |  | -      enable_ipv6: YES
 | 
	
		
			
				|  |  | -      enable_ssl: YES
 | 
	
		
			
				|  |  | -      enable_websockets: YES
 | 
	
		
			
				|  |  | -      no_cgi: NO
 | 
	
		
			
				|  |  | -      no_caching: NO
 | 
	
		
			
				|  |  | -      enable_stats: YES
 | 
	
		
			
				|  |  | -      configuration: Release
 | 
	
		
			
				|  |  | -      platform: x86
 | 
	
		
			
				|  |  | -      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
 | 
	
		
			
				|  |  |      - id: Full-VS2019-x64
 | 
	
		
			
				|  |  |        compiler: msvc-21-seh
 | 
	
		
			
				|  |  |        build_shared: NO
 | 
	
	
		
			
				|  | @@ -539,6 +526,20 @@ for:
 | 
	
		
			
				|  |  |            configuration: Release
 | 
	
		
			
				|  |  |            platform: x64
 | 
	
		
			
				|  |  |            image: Ubuntu1804
 | 
	
		
			
				|  |  | +        # Visual Studio 2019
 | 
	
		
			
				|  |  | +        - id: Full-VS2019-x64
 | 
	
		
			
				|  |  | +          compiler: msvc-21-seh
 | 
	
		
			
				|  |  | +          build_shared: NO
 | 
	
		
			
				|  |  | +          no_files: NO
 | 
	
		
			
				|  |  | +          enable_ipv6: YES
 | 
	
		
			
				|  |  | +          enable_ssl: YES
 | 
	
		
			
				|  |  | +          enable_websockets: YES
 | 
	
		
			
				|  |  | +          no_cgi: NO
 | 
	
		
			
				|  |  | +          no_caching: NO
 | 
	
		
			
				|  |  | +          enable_stats: YES
 | 
	
		
			
				|  |  | +          configuration: Release
 | 
	
		
			
				|  |  | +          platform: x64
 | 
	
		
			
				|  |  | +          APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    -
 | 
	
		
			
				|  |  |      matrix:
 |