Searched defs:gSourceFileHeader (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrCompiler.cpp652 static const char *gSourceFileHeader[] = { variable
679 for (Index = 0; gSourceFileHeader[Index] != NULL; Index++) {
680 fprintf (pFile, "%s\n", gSourceFileHeader[Index]);

Completed in 90 milliseconds