UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
xg_mes.h
1 #if !defined(__N_X_DEF_H_)
2 #define __N_X_DEF_H_
3 
4 
5 #define ErAny -1
6 #define ErFile -2
7 #define ErWFile -3
8 #define ErRFile -4
9 #define ErOFile -5
10 #define ErNoData -6
11 #define ErOk -7
12 #define ErFolder -8
13 #define ErBadF -9
14 
15 #ifdef _NO_PROTO_
16 int xgWarning_();
17 #else
18 int xgWarning_(YType* StatusStr,int nw,char* ername);
19 #endif
20 #define xgWarning(a,b,c) xgWarning_((YType*)(a),b,c)
21 
22 
23 #endif
Definition: ymprog.h:1019