PIP_FORCE_NO_PIINTROSPECTION

This commit is contained in:
Andrey
2022-02-11 12:00:34 +03:00
parent 4921a3b0fd
commit fff2aa468a
7 changed files with 10 additions and 12 deletions

View File

@@ -17,7 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef PIP_INTROSPECTION
#if defined(PIP_INTROSPECTION) && !defined(PIP_FORCE_NO_PIINTROSPECTION)
#include "piintrospection_threads.h"
#include "piintrospection_threads_p.h"