windows.types: fix using
							parent
							
								
									460555785c
								
							
						
					
					
						commit
						c906148e29
					
				| 
						 | 
					@ -1,8 +1,8 @@
 | 
				
			||||||
! Copyright (C) 2005, 2006 Doug Coleman.
 | 
					! Copyright (C) 2005, 2006 Doug Coleman.
 | 
				
			||||||
! See http://factorcode.org/license.txt for BSD license.
 | 
					! See http://factorcode.org/license.txt for BSD license.
 | 
				
			||||||
USING: alien alien.c-types alien.syntax namespaces kernel words
 | 
					USING: alien.c-types alien.syntax classes.struct colors
 | 
				
			||||||
sequences math math.bitwise math.vectors colors
 | 
					io.encodings.utf16n io.encodings.utf8 kernel math math.bitwise
 | 
				
			||||||
io.encodings.utf16n classes.struct accessors ;
 | 
					math.vectors sequences ;
 | 
				
			||||||
FROM: alien.c-types => float short ;
 | 
					FROM: alien.c-types => float short ;
 | 
				
			||||||
IN: windows.types
 | 
					IN: windows.types
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue