From cc26cff004125abd56b0499451b01c0dcd5de6b2 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Fri, 11 Jan 2019 11:21:24 -0800 Subject: [PATCH] Updated, so compiles on MacOS --- meshcore/meshinfo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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