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