I would like to do a #define which contains a #pragma directive but I got the following error.
Any idea?
#define FunctionPar_Begin  typedef struct fpar { #pragma pack(4)
error C2121: '#': invalid character: possibly the result of a macro expansion
 
     
    