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

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/exports.h>
#else
#error "No <exports.h> in Python2"
#endif