A modelling and serializer library for Microsoft Azure IoTHub client applications

Dependents:   sht15_remote_monitoring f767zi_mqtt remote_monitoring simplesample_amqp ... more

This library implements a serializer library to be used in projects involving Microsoft Azure IoT Hub connectivity. The code is replicated from https://github.com/Azure/azure-iot-sdks

Revision:
5:c08e3ffc68e4
Parent:
0:1f9b2707ec7d
Child:
10:c2aee3965a83
--- a/schemalib.c	Thu Oct 22 18:33:28 2015 -0700
+++ b/schemalib.c	Thu Dec 17 18:23:43 2015 -0800
@@ -2,9 +2,11 @@
 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
 
 #include <stdlib.h>
+#ifndef WINCE
 #ifdef _CRTDBG_MAP_ALLOC
 #include <crtdbg.h>
 #endif
+#endif
 #include "gballoc.h"
 
 #include "schemalib.h"