summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/VfrCompile/Pccts/h/pccts_stdlib.h
blob: f0b344e8dc0160c09e6f4e7efa371e6cc7705a6d (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __PCCTS_STDLIB_H__
#define __PCCTS_STDLIB_H__

#ifdef PCCTS_USE_NAMESPACE_STD
#include <cstdlib>
#else
#include <stdlib.h>
#endif

#endif