/* * EX23WIN.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 23. 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_ABORT 100 #define AL_PROGRESS_TEXT 101 #define AL_COMPRESS 102 #define AL_PROGRESS_NUMBER 103 #define AL_INPUT_FILES 104 #define AL_ABOUT 105 #define AL_EXIT 106 #define AL_DATA 107 #define AL_TOTAL_INPUT 108 #define AL_TOTAL_COMPRESSED 109 #define AL_RATIO 110 #define AL_TIME 111 #define AL_RUDE 112 #define AL_COMPRESS_ONLY 113 #define AL_HELP 114 #define IDC_STATIC -1