]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/pccts_stdio.h
Add in the 1st version of ECP.
[mirror_edk2.git] / EdkCompatibilityPkg / Other / Maintained / Tools / Pccts / h / pccts_stdio.h
diff --git a/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/pccts_stdio.h b/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/pccts_stdio.h
new file mode 100644 (file)
index 0000000..ac34d10
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef __PCCTS_STDIO_H__\r
+#define __PCCTS_STDIO_H__\r
+\r
+#ifdef PCCTS_USE_NAMESPACE_STD\r
+#include <cstdio>\r
+#else\r
+#include <stdio.h>\r
+#endif\r
+\r
+#endif\r