summaryrefslogtreecommitdiff
path: root/Tools/CodeTools/Source/Pccts/h/pccts_stdarg.h
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-10-05 23:16:50 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-10-05 23:16:50 +0000
commit28305207ea586d0b5ceb530b0e2a436cad9fdd8f (patch)
tree1262a62e1a280873914d9b157653d637616dcadf /Tools/CodeTools/Source/Pccts/h/pccts_stdarg.h
parentfeccee87a78e68d575dbdf44b34ca0cb5a21ea8d (diff)
downloadedk2-platforms-28305207ea586d0b5ceb530b0e2a436cad9fdd8f.tar.xz
More renames for Tool Packages
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1675 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/CodeTools/Source/Pccts/h/pccts_stdarg.h')
-rw-r--r--Tools/CodeTools/Source/Pccts/h/pccts_stdarg.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Tools/CodeTools/Source/Pccts/h/pccts_stdarg.h b/Tools/CodeTools/Source/Pccts/h/pccts_stdarg.h
new file mode 100644
index 0000000000..e957430c32
--- /dev/null
+++ b/Tools/CodeTools/Source/Pccts/h/pccts_stdarg.h
@@ -0,0 +1,10 @@
+#ifndef __PCCTS_STDARG_H__
+#define __PCCTS_STDARG_H__
+
+#ifdef PCCTS_USE_NAMESPACE_STD
+#include <cstdarg>
+#else
+#include <stdarg.h>
+#endif
+
+#endif