mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
669 B
25 lines
669 B
/***************************************************
|
|
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
|