1 2 3 4 5 6 7
#pragma once #ifdef USE_PYTHON3 #error "No <pyfpe.h> in Python3" #else #include <contrib/tools/python/src/Include/pyfpe.h> #endif