29 lines
		
	
	
		
			781 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			781 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| /*
 | |
|  * EX05WIN.H
 | |
|  *
 | |
|  *  Header file for ArchiveLib 2.0
 | |
|  *
 | |
|  *  Copyright (c) Greenleaf Software, Inc. 1994 - 1996
 | |
|  *  All Rights Reserved
 | |
|  *
 | |
|  * DESCRIPTION
 | |
|  *
 | |
|  *  This is the header file used by Windows example program 05.  It
 | |
|  *  has all of the constants defined for use in the RC file that
 | |
|  *  is linked with this example.
 | |
|  *
 | |
|  * REVISION HISTORY
 | |
|  *
 | |
|  *  February 1, 1996  2.0A  : Second release
 | |
|  *
 | |
|  */
 | |
| 
 | |
| #define AL_ABOUT                        100
 | |
| #define AL_DESTROY_TWICE                101
 | |
| #define AL_EXIT                         102
 | |
| #define AL_WRITE_PAST_END               103
 | |
| #define AL_DELETE_BAD_POINTER           104
 | |
| #define AL_EXERCISE                     105
 | |
| #define AL_UNDERSHOOT                   106
 | |
| #define IDC_STATIC                      -1
 |