summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/exports.h
blob: 9b720835e38242e9bd982216b953c63acbc523fe (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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