aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/pymacconfig.h
blob: bafd5b822fec2cf6bb18042c1f6294c2285bbd30 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/pymacconfig.h>
#else
#include <contrib/tools/python/src/Include/pymacconfig.h>
#endif