blob: 48691ddab90249382755648e757260d7a73ffa5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
/***************************************************
Copyright (c) Maynard, an Archive Company. 1993
Name: skipno.h
Description: This file contains the definitions, macros, and function
prototypes for the SKIPNO code.
$Log: G:\ui\logfiles\skipno.h_v $
Rev 1.0 13 Jul 1993 17:04:40 CARLS
Initial revision
****************************************************/
#ifndef skipno_h
#define skipno_h
#define SKIPNO_YES_BUTTON 1
#define SKIPNO_YES_TO_ALL_BUTTON 2
#define SKIPNO_NO_BUTTON 3
#define SKIPNO_CANCEL_BUTTON 4
#define SKIPNO_ABORT 5
#endif
|