30 lines
		
	
	
		
			812 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			812 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
/*
 | 
						|
 * EX24WIN.H
 | 
						|
 *
 | 
						|
 *  Header file for ArchiveLib 1.0
 | 
						|
 *
 | 
						|
 *  Copyright (c) Greenleaf Software, Inc. 1994
 | 
						|
 *  All Rights Reserved
 | 
						|
 *
 | 
						|
 * DESCRIPTION
 | 
						|
 *
 | 
						|
 *  This is the header file used by Windows example program 00.  It
 | 
						|
 *  has all of the constants defined for use in the RC file that
 | 
						|
 *  is linked with this example.
 | 
						|
 *
 | 
						|
 * REVISION HISTORY
 | 
						|
 *
 | 
						|
 *  June 10, 1994  1.0A  : First release
 | 
						|
 *
 | 
						|
 */
 | 
						|
 | 
						|
#define AL_PROGRESS_TEXT                101
 | 
						|
#define AL_COMPRESS                     102
 | 
						|
#define AL_INPUT_FILES                  104
 | 
						|
#define AL_ABOUT                        105
 | 
						|
#define AL_EXIT                         106
 | 
						|
#define AL_ARCHIVE_NAME                 107
 | 
						|
#define AL_FILE_PROGRESS	            108
 | 
						|
#define AL_JOB_PROGRESS	                109
 | 
						|
#define IDC_STATIC                      -1
 |