714dd74636
git-svn-id: svn://10.65.10.50/trunk@5350 c028cbd2-c16b-5b4b-a496-9718f37d4682
37 lines
1013 B
C
Executable File
37 lines
1013 B
C
Executable File
/*
|
|
* EX01WIN.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 01. 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_PROGRESS_BAR 100
|
|
#define AL_ARCHIVE_CONTENTS 101
|
|
#define AL_READ_DIR 102
|
|
#define AL_DIR_MASK 103
|
|
#define AL_READ_ARCHIVE 104
|
|
#define AL_APPEND 105
|
|
#define AL_INPUT_FILES 106
|
|
#define AL_DEBUG 107
|
|
#define AL_GOTO_INPUT 108
|
|
#define AL_GOTO_OUTPUT 109
|
|
#define AL_ABOUT 110
|
|
#define AL_EXIT 111
|
|
#define AL_ARCHIVE_NAME 112
|
|
#define AL_ABORT 113
|
|
#define AL_PROGRESS_TEXT 114
|
|
#define IDC_STATIC -1
|