which included commits to RCS files with non-trunk default branches. git-svn-id: svn://10.65.10.50/trunk@5403 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			18 lines
		
	
	
		
			358 B
		
	
	
	
		
			Modula-2
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			358 B
		
	
	
	
		
			Modula-2
		
	
	
		
			Executable File
		
	
	
	
	
| ;module-definition file for Windows Unzip DLL -- used by link.exe
 | |
| LIBRARY UNZIP32 ; Library module name
 | |
| 
 | |
| DESCRIPTION 'Windows Info-ZIP UnZip DLL 1.01 by Info-ZIP, Mike White 1996'
 | |
| 
 | |
| CODE  PRELOAD FIXED
 | |
| 
 | |
| DATA  PRELOAD MOVEABLE
 | |
| 
 | |
| EXPORTS
 | |
|      windll_unzip          ; actual entry point
 | |
|      UzpVersion
 | |
|      Unz_Init
 | |
|      Unz_SetOpts
 | |
|      Unz_Unzip
 | |
|      unzipVB
 | |
| 
 |