Hi,
I am trying to port the c sdk stack onto windows. I noticed that the coap_hdr_t
structure is not portable as it has unsigned int data type, which on windows
(VC compiler) is 4 bytes, where in reality we want it to be 2 bytes. I changed
it to uint16_t and it works. I would like to get the opinions of others.
Thanks,Javid
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150917/88ac757d/attachment.html>