audk/Tools/CCode/Source/Pccts/h/pccts_setjmp.h

11 lines
156 B
C
Raw Normal View History

#ifndef __PCCTS_SETJMP_H__
#define __PCCTS_SETJMP_H__
#ifdef PCCTS_USE_NAMESPACE_STD
#include <csetjmp>
#else
#include <setjmp.h>
#endif
#endif