Searched refs:MacroIncludeFileName (Results 1 – 1 of 1) sorted by relevance
376 INT8 MacroIncludeFileName[MAX_LINE_LEN]; in ProcessFile() local635 strcpy (MacroIncludeFileName, mMacroConversion[Index].PathName); in ProcessFile()636 strcat (MacroIncludeFileName, Cptr); in ProcessFile()637 strcat (MacroIncludeFileName, "\\"); in ProcessFile()638 strcat (MacroIncludeFileName, Cptr); in ProcessFile()639 strcat (MacroIncludeFileName, ".h"); in ProcessFile()643 Status = ProcessFile (TargetFileName, MacroIncludeFileName, NestDepth + 1, in ProcessFile()