This commit is contained in:
wangjiyu 2025-04-10 17:59:49 +08:00
parent 7b3751d32b
commit 3dde537db8
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
// numpy_config.h
#pragma once
#ifndef NUMPY_CONFIG_INCLUDED
#define NUMPY_CONFIG_INCLUDED
// 使用更独特的项目前缀(建议:<PROJECT>_<MODULE>_<RANDOM_SUFFIX>
#define PY_ARRAY_UNIQUE_SYMBOL RTC_PLUGINS_ARRAY_API
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
// 确保只被包含一次
#include <Python.h>
#include <numpy/arrayobject.h>
#endif