alex 714dd74636 Archive Library versione 2.00
git-svn-id: svn://10.65.10.50/trunk@5350 c028cbd2-c16b-5b4b-a496-9718f37d4682
1997-10-09 16:09:54 +00:00

35 lines
731 B
C
Executable File

/*
* EX05PM.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 PM 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_DELETE_BAD_PTR 107
#define AL_UNDERSHOOT 106
#define AL_WRITE_PAST_END 104
#define AL_DESTROY_TWICE 102
#define AL_ABOUT 105
#define AL_FILES 101
#define AL_MAIN_DIALOG 100
#define AL_EXIT 103
#define AL_ABOUT_TEXT 201
#define AL_ICON 300
#define AL_ABOUT_DIALOG 200
#define AL_TEXT 205