12 lines
159 B
C
12 lines
159 B
C
|
|
struct eSIGMSG
|
|
{
|
|
#define DECL_CONST_FIELD static const eSIG_TYPE
|
|
|
|
//DECL_CONST_FIELD example = (eSIG_TYPE)(SIGMSG_NORMAL+100);
|
|
|
|
#undef DECL_CONST_FIELD
|
|
};
|
|
|
|
|