Subversion Repositories Vertical

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 mjames 1
#define __declspec(x)
2
 
3
/*
4
#define ET_TCLARGS int argc, char * argv[]
5
 
6
#define TCL_OK    0
7
#define TCL_ERROR 1
8
 
9
typedef int (* Tcl_Interp)(void);
10
 
11
*/
11 mjames 12