aboutsummaryrefslogtreecommitdiffstats
path: root/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/pccts_stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/pccts_stdio.h')
-rw-r--r--roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/pccts_stdio.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/pccts_stdio.h b/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/pccts_stdio.h
new file mode 100644
index 000000000..ac34d1086
--- /dev/null
+++ b/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/pccts_stdio.h
@@ -0,0 +1,10 @@
+#ifndef __PCCTS_STDIO_H__
+#define __PCCTS_STDIO_H__
+
+#ifdef PCCTS_USE_NAMESPACE_STD
+#include <cstdio>
+#else
+#include <stdio.h>
+#endif
+
+#endif