#define CONTROL_PROC_DEF_EX( controltype, type, name, _args) \ int CPROC Init##name( PSI_CONTROL ); \ int CPROC Config##name( PSI_CONTROL pc ) { return Init##name(pc); } \ int CPROC Init##name( PSI_CONTROL pc )
This is macro sack::PSI::CONTROL_PROC_DEF_EX.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|