Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
320 B

#define XX_USERLEX lexor
#define XX_USERPARSE os2cmd
#define XX_USERTYPE char *
#define XX_START 0
#define INTER_FRAME 5
#define INTER_OR 9
extern TCHAR XXtype[];
extern short XXvalues[];
typedef struct
{
XX_USERTYPE node;
int token;
} TOKSTACK;
int xxaction(int, TCHAR**);
int xxcondition(int, TCHAR**);