make files
This commit is contained in:
31
harbour/include/error.api
Normal file
31
harbour/include/error.api
Normal file
@@ -0,0 +1,31 @@
|
||||
// error.api
|
||||
//
|
||||
#ifndef _ERROR_API
|
||||
#define _ERROR_API
|
||||
//+
|
||||
// Harbour project
|
||||
//
|
||||
// 99.04.25 initial posting.
|
||||
// compatible
|
||||
//-
|
||||
|
||||
#include "error.ch"
|
||||
|
||||
|
||||
//
|
||||
// error flag definations
|
||||
//
|
||||
|
||||
#define EF_CANRETRY 1
|
||||
#define EF_CANDEFAULT 4
|
||||
|
||||
//
|
||||
// error codes (returned from _errLaunch())
|
||||
//
|
||||
|
||||
#define E_BREAK 0xffff
|
||||
#define E_RETRY 1
|
||||
#define E_DEFAULT 0
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user