1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-05 01:54:00 +00:00

Updated, so compiles on MacOS

This commit is contained in:
Bryan Roe
2019-01-11 11:21:24 -08:00
parent 47a011bb8f
commit cc26cff004

View File

@@ -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 <crtdbg.h>
@@ -590,3 +590,4 @@ int MeshInfo_PowerState(enum AgentPowerStateActions flg, int force)
}
#endif
#endif