Source to include/cdefs.h


0001  /*
0002   * cdefs.h
0003   *	Goop for older C source
0004   */
0005  #ifndef _CDEFS_H
0006  #define _CDEFS_H
0007  
0008  #define __BEGIN_DECLS		/* VSTa does not support C++ */
0009  #define __END_DECLS
0010  #define __P(protos) protos	/* VSTa only supports ANSI C */
0011  #define __unused
0012  
0013  #endif /* _CDEFS_H */