Fix Windows bootstrap
							parent
							
								
									dc2c0876b6
								
							
						
					
					
						commit
						0708b20f33
					
				| 
						 | 
				
			
			@ -79,5 +79,5 @@ M: common-name-verify-error summary
 | 
			
		|||
 | 
			
		||||
{
 | 
			
		||||
    { [ os unix? ] [ "io.unix.sockets.secure" require ] }
 | 
			
		||||
    { [ os windows? ] [ ] }
 | 
			
		||||
    { [ os windows? ] [ "openssl" require ] }
 | 
			
		||||
} cond
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
! Copyright (C) 2005, 2006 Doug Coleman.
 | 
			
		||||
! See http://factorcode.org/license.txt for BSD license.
 | 
			
		||||
USING: assocs hashtables kernel math namespaces words
 | 
			
		||||
USING: accessors assocs hashtables kernel math namespaces words
 | 
			
		||||
windows.types vocabs sequences ;
 | 
			
		||||
IN: windows.messages
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue