diff --git a/meshcore/meshinfo.c b/meshcore/meshinfo.c index e1d6a4f..f2a050d 100644 --- a/meshcore/meshinfo.c +++ b/meshcore/meshinfo.c @@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ - +#ifndef __APPLE__ #if defined(WIN32) && !defined(_WIN32_WCE) && !defined(_MINCORE) #define _CRTDBG_MAP_ALLOC #include @@ -590,3 +590,4 @@ int MeshInfo_PowerState(enum AgentPowerStateActions flg, int force) } #endif +#endif